Jump to content

Events Voting 1.0.0

$13.00
   (1 review)

7 Screenshots

  • 7.7k
  • 16
  • 43.87 kB
 Share

About Events Voting

What differentiates our plugins from others is the ability to create votes for customized server events in addition to our exclusive and modern design, making it stand out among other servers!

 

Features.png.95986477cc2590b12691926cc6f22a6e.png

  • A modern and elegant interface inspired by the design of the game League of Legends;
  • Fully customizable interface;
  • Multiple chat commands;
  • Different permission for each sub command;
  • Different cooldown for each event;
  • Plugin default events;
  • Option to enable/disable events without deleting them;
  • Customized icon for each event;

 

F.A.Q.png.667f2aafd9fb2507d248a4f6b881fec8.png

  • Can I assign a price to run the command?
    • Yes, you can set the option "Cost" in the config file to use the Economics plugin and add a cost to the command.
       
  • Can I give specific event permissions only to VIPs?
    • Yes, you can create specific permission for each sub command and only give it to the users or groups you prefer!

 

Config.png.59c0c02924f61ce8c758823b0443d4f5.png

You can see the default config of the plugin above:

Quote
{
  "Events": {
    "cargoship": {
      "Enabled (true/false)": true,
      "Name of the event (used to start the event)": "Cargo Ship",
      "Permission name (empty = no permission needed)": "eventsvoting.cargoship",
      "Icon url": "https://i.postimg.cc/9M26fLg3/cargoship.png",
      "Duration (seconds)": 120,
      "Cooldown (seconds)": 1800,
      "Require votes %": 70.0,
      "Cost to use the command (if using a economic plugin)": 0,
      "Commands to be executed when voting is successful": []
    },
    "patrolhelicopter": {
      "Enabled (true/false)": true,
      "Name of the event (used to start the event)": "Helicopter",
      "Permission name (empty = no permission needed)": "eventsvoting.patrolhelicopter",
      "Icon url": "https://i.postimg.cc/Nj3h3s1j/helicopter.png",
      "Duration (seconds)": 120,
      "Cooldown (seconds)": 1800,
      "Require votes %": 70.0,
      "Cost to use the command (if using a economic plugin)": 0,
      "Commands to be executed when voting is successful": []
    }
  },
  "Chat commands": [
    "vote"
  ],
  "Admin permission name": "eventsvoting.admin",
  "UI Options": {
    "Anchor": "1 0.5 1 0.5",
    "Offset": "-227 -43 0 43",
    "Voting UI": {
      "Background": {
        "Anchor": "0 .5 0 .5",
        "Offset": "0 -40 202 40",
        "BackgroundUrl": "https://i.postimg.cc/0jd045GF/bg.png",
        "BackgroundColor": null,
        "Material": null
      },
      "Icon": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-50 -16 -18 16",
        "Background": {
          "Anchor": "1 .5 1 .5",
          "Offset": "-83 -43 0 43",
          "BackgroundUrl": "https://i.postimg.cc/prtBk5jK/circle-bg.png",
          "BackgroundColor": null,
          "Material": null
        }
      },
      "Description settings": {
        "Anchor": "0 .5 0 .5",
        "Offset": "15 -3 153 39",
        "Color": "#e0d8c5",
        "Size": 12
      },
      "Countdown settings": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-44 -38 -20 -14",
        "Color": "#ffffff",
        "Size": 11
      },
      "Button: yes": {
        "Text": {
          "Anchor": ".5 0 .5 1",
          "Offset": "-4 0 33 0",
          "Size": 10,
          "Color": "#e0d8c5",
          "IconSize": 10.0,
          "IconUrl": "https://i.postimg.cc/YSQck53f/checkmark.png"
        },
        "Anchor": "0 0 0 0",
        "Offset": "15 12 81 32",
        "BackgroundUrl": "https://i.postimg.cc/Pq9ypRr3/button-bg-highlighted.png",
        "BackgroundColor": null,
        "Material": null
      },
      "Button: no": {
        "Text": {
          "Anchor": ".5 0 .5 1",
          "Offset": "0 0 33 0",
          "Size": 10,
          "Color": "#e0d8c5",
          "IconSize": 10.0,
          "IconUrl": "https://i.postimg.cc/4d1rHpjY/x.png"
        },
        "Anchor": "0 0 0 0",
        "Offset": "87 12 153 32",
        "BackgroundUrl": "https://i.postimg.cc/VNd4N810/button-bg-normal.png",
        "BackgroundColor": null,
        "Material": null
      }
    },
    "After vote UI": {
      "Background": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-146 -22 -30 22",
        "BackgroundUrl": "https://i.postimg.cc/05mWmPSp/av-bg.png",
        "BackgroundColor": null,
        "Material": null
      },
      "Icon": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-50 -16 -18 16",
        "Background": {
          "Anchor": "1 .5 1 .5",
          "Offset": "-83 -43 0 43",
          "BackgroundUrl": "https://i.postimg.cc/prtBk5jK/circle-bg.png",
          "BackgroundColor": null,
          "Material": null
        }
      },
      "Countdown settings": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-44 -38 -20 -14",
        "Color": "#ffffff",
        "Size": 11
      },
      "Yes votes indicator": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-130 -12 -100 12",
        "IconUrl": "https://i.postimg.cc/GhSnjJtY/av-checkmark.png",
        "IconSize": 24.0,
        "TextSize": 13,
        "TextColor": "#e0d8c5"
      },
      "No votes indicator": {
        "Anchor": "1 .5 1 .5",
        "Offset": "-94 -12 -64 12",
        "IconUrl": "https://i.postimg.cc/T3LMNL5s/av-x.png",
        "IconSize": 24.0,
        "TextSize": 13,
        "TextColor": "#e0d8c5"
      }
    }
  }
}

 

 

Screenshots.png.61b698c5bd303e75220438c8de527802.png

 

after_vote.png

voting.png

voting_2.png

voting_3.png

  • Like 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

Files Sold

Total number of files sold.

1.6m

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.