############################################################################## # # # ALL SOUNDS MUST BE USED FROM THE SPIGOT DOCS SOUNDS MUST BE 1.8 AND BELOW # # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html # # # # ALL PLACEHOLDERS # # %player% gets the players name # # %locX% gets the blocks location a X in a number # # %locY% gets the blocks location a Y in a number # # %locZ% gets the blocks location a Z in a number # # %hero_name% gets the fallen heros name that was set in the config. # # %amount% displays the number that you typed in the give command. # ############################################################################## Regions: # THE AREAS PEOPLE CAN SPAWN THE FALLEN HEROES IN. regions: - warzone Options: RECEIVED_SOUND: VILLAGER_YES USE_SOUND: ZOMBIE_WOODBREAK WIN_SOUND: ENDERDRAGON_GROWL LOSE_SOUND: VILLAGER_NO COOLDOWN: 15 # THE AMOUNT IN SECONDS THEN ANOTHER PLAYER CAN SPAWN A HERO. I RECOMMEND SOME SORT OF COOLDOWN. Messages: INVALID_COMMAND: '&cPlease check your command something is not right.' INVALID_PLAYER: '&cError, that player is not online or valid' TARGET_GIVEN: '&aYou have been given %amount% fallen heroes' PLAYER_GIVEN: '&cYou have given %player% %amount% fallen heroes' PLAYER_LUCKY: '&aYou have won the rewards from the fallen hero they have been added to your inventory.' PLAYER_NOT_LUCKY: '&cYou were not lucky enough to receive the fallen hero drop.' PLAYER_NOT_IN_REGION: '&7You can only spawn fallen heroes in the &c&lWarzone' COOLDOWN: '&cYou cannot use another fallen hero for another %cooldown% seconds' announcement-enabled: true announcement: - '&7&m+---------------------+' - '' - '&c&lALERT' - '&e* &a%player% &7has spawned an&r %hero_name%' - '&e* &7Location' - '&e* &a&nX:%locX% Y:%locY% Z:%locZ%&r' - '' - '&7&m+---------------------+'