Viewing Top Islands
Open the top islands interface:- Top ranked islands
- Island position
- Sorting metric (worth, level, rating, or players)
- Island owners and members
- Your island’s current rank
The top islands panel is fully customizable through menu configuration files. Admins can change the layout, items, and display format.
Ranking Metrics
Islands can be ranked by different criteria:By Worth
Total economic value of all blocks on the island:- Calculated from block worth values
- Includes all placed blocks
- Default sorting method
By Level
Island level derived from block values:- Based on block level values
- Formula:
block_worth / 2(configurable) - Can be rounded or precise
By Rating
Average rating from player votes:- Players rate islands 1-5 stars
- Average of all ratings
- Requires player interaction
By Players
Number of members on the island:- Counts all island members
- Excludes coop members
- Simple membership metric
Configuring Sort Order
Set the default sorting inconfig.yml:
WORTH- Total island worthLEVEL- Island levelRATING- Average player ratingPLAYERS- Member count
Island Worth Calculation
Island worth is calculated from block values:Block Worth Values
Configured inblock-values/worth.yml:
Automatic Calculation
Withauto-blocks-tracking enabled:
- Worth updates when blocks are placed
- Worth updates when blocks are broken
- Real-time leaderboard updates
- No manual recalculation needed
Manual Recalculation
Force a worth recalculation:- Total worth
- Island level
- Block counts
- Leaderboard position
Recalculation can take time for large islands. The process runs asynchronously to avoid server lag.
Island Level Calculation
Island level is derived from block values:Level Formula
Configured inconfig.yml:
- Block worth: 10000
- Formula:
{} / 2 - Block level: 5000
Level Rounding
Optionally round island levels:UP- Always round upDOWN- Always round downCEILING- Round toward positive infinityFLOOR- Round toward negative infinityHALF_UP- Round to nearest, .5 goes upHALF_DOWN- Round to nearest, .5 goes downHALF_EVEN- Round to nearest even number
Level rounding affects display only. Internal calculations use precise values.
Rating System
Players can rate islands they visit:Rating an Island
- 1 star - Poor
- 2 stars - Below average
- 3 stars - Average
- 4 stars - Good
- 5 stars - Excellent
superior.island.ratepermission- Must have visited the island
- Cannot rate your own island
Viewing Ratings
See all ratings for an island:- Individual ratings from players
- Average rating
- Number of ratings received
superior.island.ratings- View ratingsRATINGS_SHOWprivilege - Control who can see ratings (Moderator and above by default)
Ignoring Islands
Admins can exclude islands from the leaderboard:- Test islands
- Admin islands
- Special event islands
- Islands under investigation
superior.admin.ignoresuperior.admin.unignore
Ignored islands don’t appear in leaderboards but function normally otherwise.
Leaderboard Updates
The top islands leaderboard updates:- Automatically: When island worth/level changes (if auto-tracking enabled)
- On recalculation: When
/island recalcis used - Periodically: Based on
calc-intervalsetting (if configured) - On rating: When players rate islands
Calculation Interval
Configure automatic recalculation inconfig.yml:
Viewing Your Rank
Check your island’s position:- Your current rank
- Islands above and below you
- Gap to next position
- Current metric value
Competition and Rewards
Server administrators can create competitions using the top islands system: Timed Events- Set a time period (week, month)
- Track top islands during that period
- Award prizes to top positions
- Reward islands reaching certain levels
- Bonus for first to achieve goals
- Ongoing progression incentives
- Reset island values periodically
- Fresh starts for all players
- Keep competition active
Admin Commands
Manage top islands and rankings:superior.admin.recalcsuperior.admin.ignoresuperior.admin.unignoresuperior.admin.setratesuperior.admin.removeratings
Best Practices
Enable auto-tracking
Use
auto-blocks-tracking: true for real-time leaderboard updates without manual recalculation.Balance block values
Configure block worth and level values to create meaningful progression and competition.
Choose appropriate sorting
Select a default sorting method that matches your server’s focus (economy, building, community).
Integration with Other Features
Top islands integrate with: Global Warps- Warps can be sorted by island rank
- Top islands get more visibility
- Encourages quality builds
- Higher levels unlock upgrades
- Worth requirements for upgrades
- Progression tied to ranking
- Worth and level from placed blocks
- Incentivizes valuable builds
- Creates economic gameplay
The top islands system uses the same sorting comparators as other features, ensuring consistency across the plugin.