Releases: BentoBoxWorld/TopBlock
Release 1.1.0
Introduction
This release is for MC 1.21.x and tested on 1.21.3. If you are using an earlier version of MC then you'll need an earlier version of this addon.
General info
Top Ten for AOneBlock. This addon for BentoBox is specific to AOneBlock and uses the number of magic blocks mined, the count, to set the top ten rank.
Compatibility
✔️ AOneBlock 1.12.3
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.3
✔️ Java 17
How to use
- Place the level addon jar in the addons folder of the BentoBox plugin. Make sure you have AOneBlock installed too!
- Restart the server
- The addon will create a data folder and inside the folder will be a config.yml
- Edit the config.yml how you want.
- Restart the server if you make a change
Updating
- Stop server
- Copy this addon over the last one
- Restart
Commands
/ob topblock - this shows the Top Ten
Permissions
Permissions are given automatically to players as listed below. If your permissions plugin strips permissions then you may have to allocate these manually. Note that if a player doesn't have the intopten
permission, they will not be listed in the top ten.
permissions:
'aoneblock.intopten':
description: Player is in the top ten.
default: true
'aoneblock.island.topblock':
description: Player can use TopBlock command
default: true
Placeholders
%aoneblock_island_player_name_top_RANK% where RANK is 1 to 10 - Island owner's name
%aoneblock_island_member_names_top_RANK% where RANK is 1 to 10 - Name of island team members
%aoneblock_island_phase_name_top_RANK% where RANK is 1 to 10 - Name of the phase they have reached
%aoneblock_island_phase_number_top_RANK% where RANK is 1 to 10 - Phase number, e.g. Plains is 1, Underground is 2, etc.
%aoneblock_island_count_top_RANK% where RANK is 1 to 10 - Block Count of magic blocks mined this round
%aoneblock_island_lifetime_top_RANK% where RANK is 1 to 10 - Lifetime count of magic blocks mined
What's Changed
- MC 1 21 3 update and codemc by @tastybento in #9
- Release 1.1.0 by @tastybento in #5
Full Changelog: 1.0.1...1.1.0
Release 1.0.1
Introduction
This release fixes an issue where placeholders were not updated unless the server was restarted. Some notes on placeholders and the Top Ten:
- The Top Ten is updated every 5 minutes - this can be adjusted in config.yml
- Player's counts are only saved every 50 blocks mined or when they log off.
General info
Top Ten for AOneBlock. This addon for BentoBox is specific to AOneBlock and uses the number of magic blocks mined, the count, to set the top ten rank.
Compatibility
✔️ AOneBlock 1.12.3
✔️ BentoBox API 1.23.0
✔️ Minecraft 1.19.4
✔️ Java 17
How to use
- Place the level addon jar in the addons folder of the BentoBox plugin. Make sure you have AOneBlock installed too!
- Restart the server
- The addon will create a data folder and inside the folder will be a config.yml
- Edit the config.yml how you want.
- Restart the server if you make a change
Updating
- Stop server
- Copy this addon over the last one
- Restart
Commands
/ob topblock - this shows the Top Ten
Permissions
Permissions are given automatically to players as listed below. If your permissions plugin strips permissions then you may have to allocate these manually. Note that if a player doesn't have the intopten
permission, they will not be listed in the top ten.
permissions:
'aoneblock.intopten':
description: Player is in the top ten.
default: true
'aoneblock.island.topblock':
description: Player can use TopBlock command
default: true
Placeholders
%aoneblock_island_player_name_top_RANK% where RANK is 1 to 10 - Island owner's name
%aoneblock_island_member_names_top_RANK% where RANK is 1 to 10 - Name of island team members
%aoneblock_island_phase_name_top_RANK% where RANK is 1 to 10 - Name of the phase they have reached
%aoneblock_island_phase_number_top_RANK% where RANK is 1 to 10 - Phase number, e.g. Plains is 1, Underground is 2, etc.
%aoneblock_island_count_top_RANK% where RANK is 1 to 10 - Block Count of magic blocks mined this round
%aoneblock_island_lifetime_top_RANK% where RANK is 1 to 10 - Lifetime count of magic blocks mined
What's Changed
- Fix for placeholders by @tastybento in #4
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
Introduction
Top Ten for AOneBlock. This addon for BentoBox is specific to AOneBlock and uses the number of magic blocks mined, the count, to set the top ten rank.
Compatibility
✔️ AOneBlock 1.12.3
✔️ BentoBox API 1.23.0
✔️ Minecraft 1.19.4
✔️ Java 17
How to use
- Place the level addon jar in the addons folder of the BentoBox plugin. Make sure you have AOneBlock installed too!
- Restart the server
- The addon will create a data folder and inside the folder will be a config.yml
- Edit the config.yml how you want.
- Restart the server if you make a change
Commands
/ob topblock - this shows the Top Ten
Permissions
Permissions are given automatically to players as listed below. If your permissions plugin strips permissions then you may have to allocate these manually. Note that if a player doesn't have the intopten
permission, they will not be listed in the top ten.
permissions:
'aoneblock.intopten':
description: Player is in the top ten.
default: true
'aoneblock.island.topblock':
description: Player can use TopBlock command
default: true
Placeholders
%aoneblock_island_player_name_top_RANK% where RANK is 1 to 10 - Island owner's name
%aoneblock_island_member_names_top_RANK% where RANK is 1 to 10 - Name of island team members
%aoneblock_island_phase_name_top_RANK% where RANK is 1 to 10 - Name of the phase they have reached
%aoneblock_island_phase_number_top_RANK% where RANK is 1 to 10 - Phase number, e.g. Plains is 1, Underground is 2, etc.
%aoneblock_island_count_top_RANK% where RANK is 1 to 10 - Block Count of magic blocks mined this round
%aoneblock_island_lifetime_top_RANK% where RANK is 1 to 10 - Lifetime count of magic blocks mined
What's Changed
- Return to plugin.yml by @BONNe in #1
- Release 1.0.0 by @tastybento in #2
New Contributors
- @BONNe made their first contribution in #1
- @tastybento made their first contribution in #2
Full Changelog: 0.0.1...1.0.0
Initial Release 0.0.1
Introduction
Top Ten for AOneBlock. This addon for BentoBox is specific to AOneBlock and uses the number of magic blocks mined, the count, to set the top ten rank.
Compatibility
✔️ AOneBlock 1.12.3
✔️ BentoBox API 1.20.0
✔️ Minecraft 1.19
✔️ Java 17
How to use
- Place the level addon jar in the addons folder of the BentoBox plugin. Make sure you have AOneBlock installed too!
- Restart the server
- The addon will create a data folder and inside the folder will be a config.yml
- Edit the config.yml how you want.
- Restart the server if you make a change
Commands
/ob topblock - this shows the Top Ten
Permissions
Permissions are given automatically to players as listed below. If your permissions plugin strips permissions then you may have to allocate these manually. Note that if a player doesn't have the intopten
permission, they will not be listed in the top ten.
permissions:
'aoneblock.intopten':
description: Player is in the top ten.
default: true
'aoneblock.island.topblock':
description: Player can use TopBlock command
default: true
Placeholders
%aoneblock_island_player_name_top_RANK% where RANK is 1 to 10 - Island owner's name
%aoneblock_island_member_names_top_RANK% where RANK is 1 to 10 - Name of island team members
%aoneblock_island_phase_name_top_RANK% where RANK is 1 to 10 - Name of the phase they have reached
%aoneblock_island_phase_number_top_RANK% where RANK is 1 to 10 - Phase number, e.g. Plains is 1, Underground is 2, etc.
%aoneblock_island_count_top_RANK% where RANK is 1 to 10 - Block Count of magic blocks mined this round
%aoneblock_island_lifetime_top_RANK% where RANK is 1 to 10 - Lifetime count of magic blocks mined
Full Changelog: https://github.com/BentoBoxWorld/TopBlock/commits/0.0.1