Jump to content

1 Screenshot

  • 239
  • 5
  • 28.41 kB

Works with

About LuckyWheel

Boost engagement on your Rust server with a fully customizable Prize Wheel at Outpost, inviting players to spin daily for exciting rewards and adding a unique touch to your server. Players spin by pressing a button, and you can configure the location of all signs, the button, and the wheel itself, plus add custom branding with ImageUrls. The highly configurable reward system supports item spawns with custom skin IDs and commands, which is ideal for special rewards like VIP access or grand prizes on lucky spins.

 

Default Plugin Config:

Quote

{
  "BroadcastWinOn20": true,
  "Cooldown": 86400,
  "EntitySettings": {
    "BigWheel": {
      "Position": {
        "x": 9.68,
        "y": 2.5,
        "z": 16.25
      },
      "Rotation": {
        "eulerAngles": {
          "x": 0.0,
          "y": 270.0,
          "z": 270.0
        },
        "normalized": {
          "eulerAngles": {
            "x": 0.0,
            "y": 270.0,
            "z": 270.0
          },
          "w": -0.5,
          "x": -0.5,
          "y": 0.5,
          "z": 0.5
        },
        "w": -0.49999997,
        "x": -0.49999997,
        "y": 0.49999997,
        "z": 0.49999997
      }
    },
    "Button": {
      "Position": {
        "x": 14.22,
        "y": 1.224,
        "z": 16.35
      },
      "Rotation": {
        "eulerAngles": {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        "w": 1.0,
        "x": 0.0,
        "y": 0.0,
        "z": 0.0
      }
    },
    "Signs": {
      "LeftSign": {
        "ImageUrl": "https://i.imgur.com/1aEM2pJ.jpeg",
        "Position": {
          "x": 14.25,
          "y": 1.0,
          "z": 16.35
        },
        "Prefab": "assets/prefabs/deployable/signs/sign.pictureframe.xxl.prefab",
        "Rotation": {
          "eulerAngles": {
            "x": 0.0,
            "y": 0.0,
            "z": 0.0
          },
          "w": 1.0,
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        }
      },
      "RightSign": {
        "ImageUrl": "https://i.imgur.com/m9rF9Xu.png",
        "Position": {
          "x": 5.0,
          "y": 1.0,
          "z": 16.35
        },
        "Prefab": "assets/prefabs/deployable/signs/sign.pictureframe.xxl.prefab",
        "Rotation": {
          "eulerAngles": {
            "x": 0.0,
            "y": 0.0,
            "z": 0.0
          },
          "w": 1.0,
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        }
      }
    }
  },
  "FireworksOn20": true,
  "Rewards": {
    "Blue": [
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "wood",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "stones",
            "Skin": 0
          }
        ],
        "Message": null
      },
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.fragments",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.refined",
            "Skin": 0
          }
        ],
        "Message": null
      }
    ],
    "Green": [
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "wood",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "stones",
            "Skin": 0
          }
        ],
        "Message": null
      },
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.fragments",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.refined",
            "Skin": 0
          }
        ],
        "Message": null
      }
    ],
    "Purple": [
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "wood",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "stones",
            "Skin": 0
          }
        ],
        "Message": null
      },
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.fragments",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.refined",
            "Skin": 0
          }
        ],
        "Message": null
      }
    ],
    "Red": [
      {
        "Commands": [
          "some_command {STEAMID}"
        ],
        "Items": [],
        "Message": "Congratulations, you won <SPECIAL PRICE>!"
      }
    ],
    "Yellow": [
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "wood",
            "Skin": 0
          },
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "stones",
            "Skin": 0
          }
        ],
        "Message": null
      },
      {
        "Commands": [],
        "Items": [
          {
            "Max": 1000,
            "Min": 1000,
            "Shortname": "metal.fragments",
            "Skin": 0
          },
          {
            "Max": 50,
            "Min": 50,
            "Shortname": "metal.refined",
            "Skin": 0
          }
        ],
        "Message": null
      }
    ]
  },
  "VipCooldowns": {
    "vip1": 86400,
    "vip2": 86400,
    "vip3": 86400
  },
  "WipeCooldownHours": 2
}

 


User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.