Skip to content

Instantly share code, notes, and snippets.

@sainttx
Created April 21, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sainttx/31c137928b520d2ff3ec to your computer and use it in GitHub Desktop.
Save sainttx/31c137928b520d2ff3ec to your computer and use it in GitHub Desktop.
MineBomb configuration
#################################
### ###
### MineBomb ###
### by SainttX ###
### ###
#################################
# Define your base bomb item here
# note that if you change it in the future
# all other bomb items may end up being invalid
item:
type: MAGMA_CREAM
durability: 0
name: "&6Minebomb"
lore:
- "&7Drop the item (Q) to throw it!"
# Various settings for the plugin
settings:
explosionRadius: 3
straightToInventory: true
# Configurable messages
messages:
bombAmount: "&eYou can only throw one bomb at a time!"
bombDropped: "&eYour inventory is full so your MineBombs have been dropped"
bombExplode: "&e&lBOOM"
bombGiven: "&eYou gave &6[player] [amount] &eMineBombs"
bombReceived: "&eYou received &6[amount] &eMineBombs"
bombThrown: "&eYou threw a MineBomb!"
insufficientPermission: "&cYou lack the permission to use this command"
invalidNumber: "&cPlease enter a valid number"
targetNotFound: "&cTarget not found"
usageMessage: "&cUsage: /minebomb give <player> <amount>"
@SladeHazard
Copy link

please tell me what plugin is this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment