· 6 years ago · Dec 28, 2019, 07:42 PM
1---
2# API Key from https://minecraftpocket-servers.com
3api-key: "VCZnMcubgeJZgfiQne4FDGWPIbV8DFm8xQR"
4claim:
5 # Message Variables:
6 # {real-name} - The voter's full username
7 # {display-name} - The voter's display name
8 # & - Change message color
9 # {x} - Voter's X coordinate
10 # {floor-x} - Voter's X coordinate rounded
11 # {y} - Voter's Y coordinate
12 # {floor-y} - Voter's Y coordinate rounded
13 # {z} - Voter's Z coordinate
14 # {floor-z} - Voter's Z coordinate rounded
15 broadcast: "§l§8>§7>§a§r{real-name} voted for §e2 §l§aCommon §eCrate Keys." # Message to be broadcast when a player votes
16 message: # Message to send to the player who voted
17 items:
18 # Items to be given to the player when they vote
19 # Item format: "ItemName:Damage:ICount:CustomName:EnchantName:EnchantLevel"
20 # Item IDs are not supported, use the item names instead
21 # Replace spaces with "_" for item names
22 # For no custom name/default item name, put "default"
23 # First 4 fields are required, enchants are optional
24 # You can have unlimited enchants, just follow the format "EnchantName:EnchantLevel:EnchantName:EnchantLevel" etc
25 # There is also support for PiggyCustomEnchants, use same format as normal enchants
26 - "key:Common:2"
27 - "diamond_pickaxe:0:1:default:efficiency:2:driller:3"
28 commands:
29 # Commands to be executed by console when a player votes
30 # Do not include "/" at the start of the command
31 - "title {real-name} title &aThank You!"
32 - "title {real-name} subtitle &7Here's 2 Common Keys."
33top-votes:
34 title: "&aTop Votes This Month" # Message sent before displaying top votes
35 display: 10 # Amount of top votes to disp;ay, can't be bigger than 500
36 format: "&6{number}. &b{username}: &e{votes}" # Format of displaying top voters
37...