config/102/config.yml

FORMAT '100' <- 1 out of 100 chance of receiving this playermessage: 'You have won 5 diamonds and $500!' <- Sends the player this message when they win. broadcast: ' has opened a crate' detail: '5 Diamonds and $500' <- Reward Details. This goes specifically goes into /crate info commands:

  • '/give diamond 5'
  • '/eco give 200' <- Commands must be inside single quotes.

#example crate.yml crate: # Guaranteed to receive $200 every time a crate is opened '1': playermessage: The contained $200! detail: $200 commands: - /eco give 200

#1 out of 5 chance to recieve $500

'5': playermessage: You have won $500! detail: $500 commands: - /eco give 500

#1/20 chance to recieve 5 diamonds

'20': playermessage: Diamond! detail: 5 Diamonds commands: - /give diamond 5

#1/100 chance to lose $500

'100': playermessage: Bad Luck, you lost $500 detail: -$500 commands: - /eco take 500

#1/150 chance to recieve 5 crates

'150': playermessage: You have been Granted 5 Crates detail: 5 Crates commands: -'/crates give 5

#1/200 chance to recieve Diamond Sword

'200': playermessage: Here lied an sword left by the Fire God. detail: Fire Diamond Sword commands: - /give diamond_sword 1 fire:2


Comments

Posts Quoted:
Reply
Clear All Quotes