Player Polls & Voting

Free Player Polls & Voting 0.0.6

This resource is free
Changes & Updates:
  • Added support for WShop plugin as requested by several users in our Discord server.
  • Plugin supports three new modes Arkshop, WShop, Auto with Auto being the default mode, With Auto mode the plugin will see if Arkshop is loaded if it's not loaded then it tries WShop if WShop is not loaded then it defaults back to not using Arkshop. This protection makes it much more user friendly instead of you having to manually adjust it while still providing you the option to force it if desired.

// ArkShop: the points economy. Two shop plugins can hold your points, ArkShop and
// WShop, and this block works with either one. When it is on and a shop is loaded,
// bounties are paid in that shop's points. When it is off or no shop is running, the
// plugin keeps its own point count per player so it still runs.
"ArkShop": {
// Enabled: true lets me use your shop for bounty points. False keeps my own count.
"Enabled": true,
// Provider: which shop plugin holds the points.
// "Auto" I look for ArkShop first, then WShop, and use the one that is running.
// "ArkShop" only talk to ArkShop.dll.
// "WShop" only talk to WShop.dll.
// Auto suits most servers. Pin it to one name if you run both and want to be sure
// which set of points the bounties come out of.
"Provider": "Auto"
},

Special Thanks:
  • Thank you to "InDaSkyz" and others in the Discord server for suggesting this feature, All future plugins will support both Arkshop & WShop going forward.
  • Thank you to "WoolyPenguin" for showing me the WShop.lib and WShopAsaAPI.h to allow our plugins to support his.
  • Thank you to "KillerDelta" for providing me the link to the discord server.
Back
Top