Resource icon
◦•●❤♡ ᴄᴏɴᴛᴀᴄᴛ Dekomori on discord ꜰᴏʀ ꜱᴜᴘᴘᴏʀᴛ ♡❤●•◦
Tested Minecraft Versions: 1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18
High-End extensive Minecraft arcade game. The goal is to reach finish of map in the shortest time. Each map contains barriers, which player has to overcome.
Java8 is the minimum requirement. You can also use latest versions.
ProfileStorage plugin is available here
ADL (Library) is available here
Before you buy this plugin, download ParkourModuleChecker to check if your server is suitable for Parkour!
Config:
Places where placeholders are supported:
https://wiki.innouniq.com/en/spigot-plugin/parkour
Code (Java):
package com.innouniq.minecraft.Parkour.API;
/**
* Method to get current rank of the Player.
*
* @return Current rank of the Player, or null if Player is not online.
*/
(String) ParkourAPI.getRank(Player player);
/**
* Method to get RankPoints of the Player.
*
* @return RankPoints of the Player, or -1 if Player is not online.
*/
(int) ParkourAPI.getRankPoints(Player player);
Spoiler: Screenshots
spigot.minecraft.innouniq.com
Tested Minecraft Versions: 1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18
High-End extensive Minecraft arcade game. The goal is to reach finish of map in the shortest time. Each map contains barriers, which player has to overcome.
Java8 is the minimum requirement. You can also use latest versions.
ProfileStorage plugin is available here
ADL (Library) is available here
Before you buy this plugin, download ParkourModuleChecker to check if your server is suitable for Parkour!
Config:
- All versions: https://pastebin.com/By81Pa9d
CustomValues:
- All versions: https://pastebin.com/uVEyXhh2
Localization:
- English: https://pastebin.com/c3UN6MCa
GUI:
- 1.8.8: https://pastebin.com/M3zCphjV
- 1.9.X - 1.11.X: https://pastebin.com/ZH500tkY
- 1.12.X: https://pastebin.com/hedC43w0
- 1.13.X: https://pastebin.com/xDeQPGQD
- 1.14.X - 1.17.X: https://pastebin.com/q5HGW74s
Options:
- 1.8.8: https://pastebin.com/rh77biQM
- 1.9.X - 1.11.X: https://pastebin.com/6701uBAU
- 1.12.X: https://pastebin.com/9qLgSkUy
- 1.13.X - 1.17.X: https://pastebin.com/g6PwNr89
Extra Placeholders: (Used at Figures, GUIs, ScoreBoards)
- {rating} - Rating value.
- {rating_max} - Maximal rating value.
- {rating_char_ratio} - Rating expressed by symbols. (Stars)
- {total_completions} - Count of completions of map.
- {map_author} - Author of the map.
Extra ScoreBoard Placeholders:
In-Game ScoreBoard:
- {map_difficulty} - Map Difficulty
- {map_category} - Map Category
- {map_author} - Author of the map
- {l_name_X} - Leader's name of the Xth Place
- {l_time_X} - Leader's time of the Xth Place
Places where placeholders are supported:
- All ScoreBoards supports placeholders. (At dynamic section)
- %parkour_rank% - Current Rank
- %parkour_rank_point_amount% - Current RankPoints
- %parkour_next_rank% - Next Rank
- %parkour_next_rank_point_amount% - Required RankPoints to next Rank
- %parkour_version% - Current version of the Plugin
- %parkour_map_completed% - Count of completed maps
- %parkour_map_uncompleted% - Count of uncompleted maps
- %parkour_stats_map_<MapName>_name_<Order>% - Leader's name in order to map name and his order.
- %parkour_stats_map_<MapName>_time_<Order>% - Leader's time in order to map name and his order.
https://wiki.innouniq.com/en/spigot-plugin/parkour
Code (Java):
package com.innouniq.minecraft.Parkour.API;
/**
* Method to get current rank of the Player.
*
* @return Current rank of the Player, or null if Player is not online.
*/
(String) ParkourAPI.getRank(Player player);
/**
* Method to get RankPoints of the Player.
*
* @return RankPoints of the Player, or -1 if Player is not online.
*/
(int) ParkourAPI.getRankPoints(Player player);
Spoiler: Screenshots
spigot.minecraft.innouniq.com
- Cannot interact with Lobby/Map/SetUp items in HotBar.
- This situation occurs when the player has not got active Adventure Mode. (Some plugins that managing worlds, can switch player's gamemode e.g. Multiverse-Core, MultiWorld...)
- One of the solution is to set Adventure Mode for the whole world where Parkour(Lobby/Map) is used