-
-
Notifications
You must be signed in to change notification settings - Fork 70
Basic Rewards
Ben edited this page May 21, 2016
·
4 revisions
This page is how the basic reward section works on votesites and bonus rewards. This is recommended if you not an advanced user.
- Can give money directly if vault is installed (or use commands)
- Set ingame with /av VoteSite (SiteName) SetMoney (Money) or /av BonusReward SetMoney (Money)
# Example gives $500 to player, set to 0 for none (Requires vault)
# You could also use a command
Money: 500
- Can have a name, lore, enchants
- Can set via ingame with /av VoteSite (SiteName) AddItem (Item) - HOLD ITEM IN HAND (or /av BonusReward AddItem (item))
Items:
# item (can be anything, just don't have 2 the same)
Diamond:
# 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
- Issue commands from console or as player
- Add ingame with /av VoteSite (SiteName) AddCommandPlayer/AddCommandConsole (CMD) - Command with the / (or /av BonusReward AddCommandPlayer/AddCommandConsole (CMD))
# 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)
- 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: