-
-
Notifications
You must be signed in to change notification settings - Fork 76
Rewards
Ben edited this page Mar 21, 2016
·
32 revisions
*** Money Example
# Example gives $500 to player, set to 0 for none (Requires vault)
# You could also use a command
VoteSites:
PMC:
Money: 500
####* Can have a name, lore, enchants, chance to give item
*** Item Example
# Voting sites - Example gives 1 diamond with name and lore specified
VoteSites:
# SiteName (Can be anything, just don't have 2 the same name)
PMC:
# items
Items:
# item (can be anything, just don't have 2 the same)
Diamond:
# Chance for item giving, out of 100
# Set to 100 or 0 for always
Chance: 40
# item id
id: 264
# item data
Data: 0
# item amount
Amount: 1
# name - set to '' (that's 2 ') for no name, e.g Name: ''
Name: '&4Example'
# lore - set to '' (that's 2 ') for no lore, e.g Lore: ''
Lore:
- '&4Line 1'
# Enchants - do not enter this below if you don't want enchants
# Example gives Protection and Unbreaking 1
# Enchants can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
Enchants:
PROTECTION_ENVIRONMENTAL: 1
DURABILITY: 1
*** Command Example
# Example runs console command 'say Example command: PLAYERNAME' and player command 'vote total'
VoteSites:
# SiteName (Can be anything, just don't have 2 the same name)
PMC:
# Commands to run on vote (when player is online)
# use %player% for the player's name
Commands:
# Console commands
Console:
- 'say Example command: %player%'
# Player commands
Player:
- 'vote total'
Setup/Configuration:
BungeeCord/Velocity Setups:
-
Proxy Setups
- PLUGINMESSAGING (Best method)
- REDIS (Second best)
- MQTT
- SOCKETS
- MYSQL
- Global Data Handling
- Multi-Proxy Setups
Knowledge base:
- Commands & Permissions
- Special Rewards
- File Layout
- API
- Converting data storage
- Vote Reminding
- Time Changes
- Minecraft Server Lists
- Performance Settings
- Bedrock Player Support
- Debug
- Minecraft Server Lists
- PlaceHolderAPI Expansion
- Signs
- Online/Offline Mode
- WIP MonthDateTotals
Troubleshooting
Rewards:
More setups: