Yardım Vote Reward

HasGes

Ağaç Yumruklayıcı
En iyi cevaplar
0
Oyun Sürümü
1.8X
Ben serverime vote sistemi kurdum fakat ödül olarak anahtar vermesini istiyorum ama bir türlü olmadı neden olmadı anlıyamadım config şöyle:
Kod:
################################
####RewardVoting Config file####
################################

#WARNING: You CAN'T just put a new sentence in here and think it will work...
#If you found any bugs or have ideas, email me: [email protected]

############################
#Toggle these true or false#
############################

#Set Metrics to 'false' if you don't want to send information about the usage of the plugin to http://mcstats.org/
Metrics: true

#Make sure you have vault installed and have an economy plugin supported by vault. If not keep it false.
vault: false

##############
##Lucky-Vote##
##############

#True if you want to enable lucky vote. If you want to disable it change enabled: to false.
#Messages can be colored with &{colorcode}.
#items format is ( - "(itemid):(amount)" ). You can add multiple items by inluding the right format <-
#everything can be disabled by changing it to "none".

lucky-votes:
   enabled: true
   message: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r &bHey şanşlı çocuk adam seni"
   chance: 50
   money: 1000
   items:
   - "388:1"

###########
##Rewards##
###########

#Everything can be turned off by replacing the message or number with "none" (<Example> offline: "none")
#Messages can be colored with &{colorcode}. {username} will be replaced with the voter his name, {service} will be replaced with the voting service.
#Commands, every in-game command can be used. {username} will be replaced with the voter his name. (<Example> - "msg {username} thanks!")
#Rewards format is ( - "(itemid):(amount)" ). You can add multiple items by inluding the right format <-
#Keep in mind, xp-level and money should never be used like (<Example> xp-level: "2") only use a number or 'none'.

rewards:
  broadcast: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC &d {username}  {service} üzerinden sunucuya oy verdi !"
  offline: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC &d {username}  {service} üzerinden sunucuya oy verdi !"
  xp-level: 2
  money: 1000
  commands:
  - "crate key {username} vote 1"
  items:
  - "264:3"
  - "266:3"
  - "265:3"

##############
##Vote sites##
##############

#Add colors to the vote sites!

votesites:
- "&c - - - - - - - - - - - - - "
- "&bhttps://minecraft-mp.com/server/261739/vote/"
- "&c - - - - - - - - - - - - - "
- "&aDestekleriniz için teşekkürler. Keyifli oyunlar dileriz"
- "&c - - - - - - - - - - - - - "
############
##Messages##
############

#You can color and modify the messages with &{code}.
#You can disable every message by replacing the message with "none" ( <Example> join: "none" )

messages:
  vote: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r &eBu adresler üzerinden oy verebilirsin"
  join: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC &eSunucuya oy vermeyi unutmayın"
  freediamonds: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r &eÖdül almak ayrı güzel ha"
  claim: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r&r &eÇocuk Adam oy oy"
  no-claim: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r&r You dont have a queue point available!"

#These messages can't be disabled
#RewardVoting args (/rv command)

rv-top: "&c&lR&6&lu&e&lb&a&ly&b&lS&3&lk&d&ly&c&lM&6&LC&r &rarguments:"
rv-bottom: "Info, Freediamonds, Votes, Totalvotes, Queue, Votetop"


###############################                                         
####RewardVoting changelog!####                               
###############################
#
# 7.1 (Improvements and fixes)
# + Improved config file (More user friendly and clearer)
# + All rewards and messages can be disabled by replacing the message or reward with "none".
# * Bug Fix: While lucky-vote was turned off you wouldn't get xp, money etc.
#
# 7.0 (Updated and optimal)       
#
# + Vote queue (Offline voting)
# + Lucky vote
# + Customizability
# + player votes
# + Total server votes
# + Money and xp
# + Join message
# + Easier configuration file
# + Added some /rv arguments (info, totalvotes, votes, queue)
# + Added /rvclaim for claiming rewards of offline voting
# + Metrics (We use bstats.org now!)
# + Command
# + Top 5 voters
#
# Notes:
# + = Added, - = Removed, * = Fixed/Changed, ! = Planned                   
#
###############################                                               
#######End of changelog########
###############################
 
Üst