I found this code in the SafariCommandExecutor.class file In the playerData.yml it shows as follows.
Next, I noticed a possible reason why mobs_to_kill count may be bugging: Line 46 - private String SAFARI_PLAYER_KILL_PROGRESS = "You have killed ?1/?2 mobs so far." Line 46 - private String SAFARI_PLAYER_KILL_PROGRESS = "You have killed ?1/?2 mobs sofar." Line 45 - private String SAFARI_PLAYER_CURRENT_SAFARI = "You are currently registered for the safari \"?1\"." Line 45 - private String SAFARI_PLAYER_CURRENT_SAFARI = "You are currently registerd for the safari \"?1\"." I just noticed a couple grammatical errors.īoth of these are in the SafariCommandExecutor.class file: The complete source-code is available on github: added message when trying to enlist for non-existing safari.translated the last german expressions to english.added some defaults for safari-drops upon completion.removed unnecessary build-command from build.xml.added feedback about safari-progress fixes:.Existing config.yml gets not overwritten anymore fixes:.
(only accessible for players with special permission or from the Minecraft server-console) /safari showrecords - display current safari-record times (hours:minutes) and who accomplished this record./safari stop - Cancel your current safari./safari start - Start the specified safari./safari info - See your current safari and your safari points/statistics./safari list - List all available safaris.The following commands are accessible for all players: The Safari is persisted and does not require the player to complete it within one online-session.Each player may enlist for one Safari at a time.the kind of drops the player is rewarded upon completing his current safari.required safari-points to start the safari (number of previously completed safaris).specific day/night time hours during which mob-kills are valid.specific mob-types which count for the safari progress.