Psitadditions – XP Plus
**Experience Plus** is a datapack allowing you to collect, store and manage your experience using new blocks, items and game mechanics. What’s better than being able to securely store your experience!
## **- New Blocks:**
**Added unique blocks and 3d models**
– Experience Crystal –
_Animated block dedicated to storing experience_
– Experience crystal Filler –
_Animated block dedicated to the transfer of the player’s xp to the crystal_
– Experience crystal Drainer –
_Animated block dedicated to the transfer of the crystal xp to the player_
– Experience Player Pad –
_Block allowing you to activate the transfer of experience_
– **Experience Crystal Setup:**
_Use all Xp Plus custom blocks for create the Experience Crystal Setup and transfert your experience_
## **- New enchantments:**
**Compatible with vanilla enchantments**
– Experience Bottler –
_Allows you to bottle experience recovering on entities_
– Experience Sword I-II-III –
_Increases the amount of experience gained from killing mobs_
– Experience Pickaxe I-II-III –
_Increases the amount of experience gained from mining blocks_
_Obtainable with the enchantment table and trade with villagers_
## **- New advancement page**
– Find 6 new achievements and challenges to complete
### **More information**
This datapack is **Multiplayer friendly** !
Minecraft versions supporteds: 1.21.1
**IMPORTANT:** Psitadditions resource pack is required for 3D models and custom items ! ! !

XP Placeholder
# XPPlaceholder Plugin
**Author**: Petrichor2_
**Version**: *1.0*
## Overview
XPPlaceholder integrates with **PlaceholderAPI** to provide XP-related placeholders for your servers. It allows dynamic display of player XP stats like level, total XP, and progress.
## Features
– **`%xp_level%`**: Player’s current XP level.
– **`%xp_total%`**: Total XP accumulated.
– **`%xp_current%`**: Current XP value toward the next level.
– **`%xp_to_next%`**: XP required to level up.
– **`%xp_progress%`**: Progress percentage of the XP bar.
## Dependencies
– **Placeholder API**
## Notes
– Compatible with **Paper** or **Spigot** servers.
– Does not modify gameplay mechanics.
– This is made in free time, suggestions are welcome.
XP Obelisk Additions
### Xp Item Inserter:
Can insert XP items and display current Xp level of connected Xp Storage.
You can disable the insertion by providing a redstone signal!
Accepts:
– xp berries
– xp bucket -> Bucket
– bottle of enchanting -> Bottle
– sculc
### Food :
+ Mystical Candy which gives you Experience and a chance of:
+ 75% for Haste V (1:25)
+ 25% Hiccup I (0:10)
### Effect:
+ Hiccup which lets you jump in random directions and drop some random items from your inventory (Hot-bar/Armor/offhand untouched).
### Item:
+ Rebarki’n Staff (add Bark back to Stripped Wood/Log) Works now with Modded Block’s too!
### Soulcopper:
+ Door
+ Trapdoor
+ Pressure Plate
+ Bars
+ Cut Version
+ Cut Slab
+ Cut Stairs
+ Street (120% Movement Speed)
### Fuel:
+ Raw Essence Block (Smelt’s 160 Item’s) 2.5Stacks
+ Raw Essence (Smelt’s 32 Item’s)
+ Raw Essence Shard (Smelt’s 8 Item’s)
### Crafting Item:
+ Essence Crystal
XP Multiplier
# About
Simple plugin that mutliply XP that is picked up. You can change multiplier and the permission name in config.yml file.
# config.yml
“`
bonus-multiplier: 2
permission-node: xpbonus.receive
“`
# Credits
Eelviny uploaded a plugin without any support back in 2013. I decided to finally made my own but slightly better. Expect more updates to come from me.
XP Crystals
# XP Crystals
Ever wished you could bank your hardearned **XP** without the risk of dying and losing it all? With **XP Crystals**, you can **store** and **retrieve** your experience safely, using items that are fully compatible with **survival** gameplay.
_Available as **mod** or **datapack**._

## Features
– Store XP in craftable crystals
– Crystals come in multiple tiers, each with a different capacity:
– Tier I: 3 levels
– Tier II: 10 levels
– Tier III: 30 levels
– Tier IV: 50 levels
– Tier V: Infinite XP storage
– Survival oriented, with balanced crafting recipes.
– Multiple Advancements
– Easy to use: right click to deposit or withdraw XP
– Settings menu for both admins and normal players
– Serverside (resource pack required for clients)
### Settings
admins may use /trigger xp_crystals.globalsettings
players may use /trigger xp_crystals.settings
Player Settings
Sound Effects [Turns on or off soundeffects per player]
Global Settings
– Strict Mode: Enables accurate XP point calculation instead of using XP levels only (Enabled by default)
– Toggle global sound effects on or off.
– Hardcore Mode: Automatically awards an achievement that can only be obtained by dying.
– Uninstall Function: Removes all data left over from the datapack/mod~~~~.
### installation
**Mod Version:**
– Singleplayer: Add the mod into the mods folder. Done
– Multiplayer: Server requires mod, Clients only need resource pack
**Datapack Version:**
– Singleplayer: add datapack into the worlds datapack folder, add the resource pack to your resource pack folder.
– Multiplayer: Server requires datapack, Clients only need resource pack
## Need Help? Want to offer feedback?
join the Discord
XP-Book
# 📗 XP-Vault: The Professional XP Ledger
**XP-Vault** (v1.21.11) is a high-performance, survival-integrated utility designed to bridge the gap between risk and reward. By providing a balanced “Banking” system for your experience levels, it adds a layer of strategy to your survival world while protecting your time investment from accidental deaths.
—
## ✨ Primary Features
* 🔒 **Persistent Storage:** Stored levels are linked to the player via scoreboards, meaning they persist through death and even if the book is lost or destroyed.
* 📈 **Precision increments:** Full control with buttons for **1, 3, 10, or 30** levels.
* ⚡ **Bulk Operations:** Rapidly clear your XP bar or withdraw your entire bank with **[STORE ALL]** and **[TAKE ALL]** buttons.
* 🔊 **Dynamic Feedback:** Includes high-fidelity vanilla sound effects and color-coded chat messages to confirm every transaction.
* 🛠️ **Universal Access:** Designed with the `/trigger` system, allowing **Survival players without OP/Cheats** to use the interface seamlessly.
> 
—
## 🔨 Survival Crafting & Initialization
We believe in “Vanilla+” balance. The recipe is expensive enough to feel earned, requiring 8 Bottles o’ Enchanting.
**The Recipe Pattern:**
* **Outer Ring:** 8x Experience Bottles
* **Center:** 1x Regular Book
* **Output:** 1x Knowledge Book (Auto-converts to XP-Vault upon holding)
> 
—
## 💻 Technical Documentation (For Server Admins)
XP-Vault is built for stability and zero TPS impact. It avoids “Every-Tick” heavy NBT scanning, favoring a lightweight trigger-based architecture.
### 📊 Scoreboard Management
The pack uses the following internal objectives:
* `exp_stored`: The master objective. Stores the player’s banked level count.
* `exp_current`: A temporary calculation buffer for XP bar data.
* `exp_takeX` / `exp_storeX`: Individual trigger objectives.
### 🛠️ Admin Utility Commands
* **Check a Player’s Bank:** `/scoreboard players get exp_stored`
* **Manually Set a Balance:** `/scoreboard players set exp_stored 50`
* **Add/Reward Levels:** `/scoreboard players add exp_stored 10`
* **Spawn a Vault Book:** `/function exp_book:give_book`
### 🧪 Testing Procedures
To verify the pack is working correctly after installation:
1. Run `/reload` and look for the “[Book of Experience] Datapack loaded” message.
2. Grant yourself 30 levels: `/experience add @s 30 levels`.
3. Craft or give yourself the book and click **[STORE ALL]**.
4. Run `/scoreboard players get @s exp_stored`. If it returns **30**, the system is 100% operational.
—
## 📝 Changelog v1.0.0 (v1.21.11)
* **1.21.x Component Migration:** Fully updated to the new `written_book_content` and `item_component` syntax (1.20.5+).
* **Recursion Optimization:** Rewrote the `take_all_loop` to handle massive level counts (1000+) without causing server hanging.
* **Syntax Hardening:** Replaced deprecated `clickEvent` keys with modern `click_event` formatting for 1.21.11 compatibility.
* **Auto-Conversion:** Improved the knowledge book detection logic to be more responsive.
—
## ⚖️ License & Permissions
**License:** MIT License
* ✅ **You may:** Use this in modpacks, featured on servers, and modify the code for personal use.
* ❌ **You may not:** Re-upload this to other platforms (9Minecraft, etc.) or claim it as your own creation.
* 💎 **Credit:** Mentioning “Sentrax” or linking to this Modrinth page is appreciated but only required if you redistribute modified versions.
—
## 📥 How to Install
1. Download the `XP-Vault.zip`.
2. Open your Minecraft world folder -> `datapacks`.
3. Drop the `.zip` inside.
4. Join the world and type `/reload`.
—
**Author:** Sentrax
**Compatibility:** 1.20.5, 1.20.6, 1.21, 1.21.11
**Checkout my other datapacks from OPSIBA007**
XMyIsland
# XMyIsland
A comprehensive island management plugin that brings robust protection, intuitive GUI management, and economy integration to your Minecraft server.
## 🌟 Key Features
### Island Management
– Create personal islands with customizable sizes
– Visual border particles for easy boundary identification
– Expandable islands with economy integration
– Intuitive GUI-based management system
### Advanced Protection Systems
– Complete grief prevention
– Protection against:
– Explosions
– Liquid flow
– Redstone manipulation
– Piston mechanics
– Tree growth exploitation
– Falling block abuse
– Wither damage
### Trust System
– Detailed permission management
– GUI-based trust controls
– Per-player permission settings
– Multiple permission types:
– Block breaking/placing
– Chest access
– PvP controls
– Entity interaction
– And more!
### Economy Integration
– Expansion costs
– Configurable pricing
– Refund system for island deletion
– Full Vault support
## 🔧 Technical Details
– **Version:** 1.17+
– **Dependencies:** Vault
– **Permissions:** Automatic handling
– **Configuration:** Fully configurable
– **Database:** YAML-based storage
– **Performance:** Optimized for minimal impact
## 💡 Perfect For
– Survival servers
– Economy-focused communities
– PvE servers
– Community-driven servers
– Skyblock-style gameplay
## 🤝 Support & Community
– Active issue tracking
– Regular updates
– Community-driven development
– Comprehensive documentation
Experience the next level of island management with XMyIsland!
XMobGeneration
## ⚠️ Project Archived — See the Successor / Alternative
This **XMobGeneration** plugin is now **archived**. I no longer maintain it, so there will be **no further updates** (bug fixes, new features, version support).
—
### 📖 What this was
XMobGeneration was a powerful plugin for managing **custom mob spawn areas** with GUI support and WorldEdit integration.
Key features included:
– Up to 45 custom spawn zones
– Intuitive GUI for config
– Support for vanilla mobs *and* MythicMobs integration
– Boss systems (thread-safe spawns, respawn delays, damage-based drop distribution)
– Customizable drop systems, XP rewards, and area configurations
—
### 👉 Use another maintained plugin / fork
For better support, stability, and compatibility with newer Minecraft versions, I encourage using an actively maintained alternative or community fork.
—
### 📌 Notes & Permissions
– No further updates or enhancements will be done.
– **You are free to fork, reuse, or adapt the code if you want to.**
– I may read reports but can’t promise fast responses.
– Please verify compatibility before using in production setups.
xLinks
xLinks Plugin Overview:
“xLinks” is a lightweight and efficient Minecraft Spigot plugin designed to enhance player interaction and server management by providing customizable commands for sharing important links directly in-game. This plugin is perfect for server administrators who want to maintain seamless communication and provide easy access to their server’s resources.
Features:
Customizable Discord and Webstore Links: Easily share your server’s Discord and webstore links with players using simple commands.
Reloadable Configuration: Modify the plugin’s messages and settings on the fly without needing to restart the server.
Permission-Based Access: Ensure that only authorized players can use the commands, providing a secure way to manage link sharing.
Lightweight and Optimized: Designed to use minimal resources, ensuring smooth performance even on servers with limited RAM.
Commands:
/discord: Shares the server’s Discord link with the player.
/webstore: Shares the server’s webstore link with the player.
/xlinks reload: Reloads the plugin’s configuration, allowing for quick updates to the messages and settings.
Permissions:
server.discord: Allows access to the /discord command.
server.webstore: Allows access to the /webstore command.
server.xlinks.reload: Allows access to the /xlinks reload command (default: op).
Usage:
To share the Discord link, a player with the appropriate permission can simply type /discord in the chat. Similarly, the /webstore command will share the webstore link. Server operators can update the plugin’s configuration and reload it using /xlinks reload.
XLeaderboards

This plugin is designed for users seeking a fast and efficient leaderboard system, supporting time-based rankings such as **daily**, **weekly**, **monthly**, and **permanent** leaderboards. Everything is handled through **placeholders**, eliminating the need for NPCs or menus. Its main strength lies in the ease of setting up time-based leaderboards—an area where few plugins truly excel.
|
|
|
|
| — | — | — |

### Features
– **Fully Reworked Core:** XLeaderBoards has been completely redesigned to support both **SQLite** and **MySQL**, allowing the plugin to scale effortlessly and efficiently with large amounts of data.
– **Improved Performance:** Successfully tested with over 2 million real records, capable of updating them in under one minute.
– **Timed Leaderboards:** Efficient ranking system with full support for **daily**, **weekly**, **monthly**, and **permanent** leaderboards.
– **Easy Setup:** Create and configure leaderboards easily using just placeholders.
– **Unlimited Possibilities:** Thanks to placeholder-based logic, you can create tops for any plugin—even if it lacks native support. XLeaderBoards handles number formatting and comparison automatically.
– **Player Ranking:** Shows each player’s position across all leaderboards (daily, weekly, etc.) with built-in placeholder support.
– **Command Improvements:** New features like **tab-completion** and a **/reload** command have been added for easier management.
– **Optimizations:** Fully configurable write frequency, data limits, and time intervals to suit your server’s capacity and activity.
– **All Versions Supported:** Includes support for **1.21.4** to **1.21.8**. Although XLeaderBoards doesn’t rely on NMS, it includes compatibility logic for version-specific changes.
– **Folia Support:** As Folia is becoming a performance standard in modern Minecraft servers, XLeaderBoards now fully supports it—just like **StellarProtect**.
– **Top rewards:** You can set rewards for the players who are in the daily leaderboards.
– **Need More Features?** Join our Discord and suggest new features. We’re actively listening to community feedback!

## How to Get Started
1. **Download and install the plugin.**
By default, the plugin supports **SQLite** and **MySQL** out of the box.
2. **Start your server.**
Once the plugin folder is generated, configure your database credentials depending on your chosen engine.
3. **Set up your tops.**
Use the placeholders of your choice to create customized leaderboards.
4. **Integrate with DecentHolograms or your preferred plugin.**
Ensure that your chosen plugin supports PlaceholderAPI, and follow the example configuration provided below.
5. **Refer to the placeholders section.**
All available formats for placeholders are listed in the dedicated section.
DecentHolograms Example Config
“`yaml
location: Spawnb:6.022:33.500:11.943
enabled: true
display-range: 48
update-range: 48
update-interval: 20
facing: 0.0
down-origin: false
pages:
– lines:
– content: ‘#ICON: PLAYER_HEAD (eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZTYwNGJkNTNkOTc4ODc1OTVhMDYyYjdjNTEyY2E0ZGJiZmU0OGJiNGFkY2VmNzEyNWQxZGIxMDNhYjdmZiJ9fX0=)’
height: 0.7
– content: ‘#F4F149&lJ#F5F246&lU#F5F242&lG#F6F33F&lA#F7F33B&lD#F8F438&lO#F8F535&lR#F9F531&lE#FAF62E&lS
#FBF727&lM#FBF727&lI#FBF727&lL#FBF727&lL#FBF727&lO#FBF727&lN#FBF727&lA#FBF727&lR#FBF727&lI#FBF727&lO#FBF727&lS’
height: 0.3
– content: ‘&7(La riqueza y ellos son uno)’
height: 0.3
– content: ”
height: 0.3
– content: ‘#FBF727#1. &f%xleaderboard_top_coins;daily;top_name;1% &8- #FBF727%xleaderboard_top_coins;daily;top_value;1%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#2. &f%xleaderboard_top_coins;daily;top_name;2% &8- #FBF727%xleaderboard_top_coins;daily;top_value;2%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#3. &f%xleaderboard_top_coins;daily;top_name;3% &8- #FBF727%xleaderboard_top_coins;daily;top_value;3%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#4. &f%xleaderboard_top_coins;daily;top_name;4% &8- #FBF727%xleaderboard_top_coins;daily;top_value;4%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#5. &f%xleaderboard_top_coins;daily;top_name;5% &8- #FBF727%xleaderboard_top_coins;daily;top_value;5%
#FAFF2E⛃’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&8► &fTu posición: #FBF727#%xleaderboard_ranking_daily_coins% &8- #FBF727%xleaderboard_amount_daily_coins%
#FAFF2E⛃ &8◄’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘#F4F149&l[Diario] &7[Semanal] [Mensual] [Permanente]’
height: 0.3
actions:
RIGHT:
– NEXT_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
– lines:
– content: ‘#ICON: PLAYER_HEAD (eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZTYwNGJkNTNkOTc4ODc1OTVhMDYyYjdjNTEyY2E0ZGJiZmU0OGJiNGFkY2VmNzEyNWQxZGIxMDNhYjdmZiJ9fX0=)’
height: 0.7
– content: ‘#F4F149&lJ#F5F246&lU#F5F242&lG#F6F33F&lA#F7F33B&lD#F8F438&lO#F8F535&lR#F9F531&lE#FAF62E&lS
#FBF727&lM#FBF727&lI#FBF727&lL#FBF727&lL#FBF727&lO#FBF727&lN#FBF727&lA#FBF727&lR#FBF727&lI#FBF727&lO#FBF727&lS’
height: 0.3
– content: ‘&7(La riqueza y ellos son uno)’
height: 0.3
– content: ”
height: 0.3
– content: ‘#FBF727#1. &f%xleaderboard_top_coins;weekly;top_name;1% &8- #FBF727%xleaderboard_top_coins;weekly;top_value;1%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#2. &f%xleaderboard_top_coins;weekly;top_name;2% &8- #FBF727%xleaderboard_top_coins;weekly;top_value;2%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#3. &f%xleaderboard_top_coins;weekly;top_name;3% &8- #FBF727%xleaderboard_top_coins;weekly;top_value;3%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#4. &f%xleaderboard_top_coins;weekly;top_name;4% &8- #FBF727%xleaderboard_top_coins;weekly;top_value;4%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#5. &f%xleaderboard_top_coins;weekly;top_name;5% &8- #FBF727%xleaderboard_top_coins;weekly;top_value;5%
#FAFF2E⛃’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&8► &fTu posición: #FBF727#%xleaderboard_ranking_weekly_coins% &8- #FBF727%xleaderboard_amount_weekly_coins%
#FAFF2E⛃ &8◄’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&7[Diario] #F4F149&l[Semanal] &7[Mensual] [Permanente]’
height: 0.3
actions:
LEFT:
– PREV_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
RIGHT:
– NEXT_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
– lines:
– content: ‘#ICON: PLAYER_HEAD (eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZTYwNGJkNTNkOTc4ODc1OTVhMDYyYjdjNTEyY2E0ZGJiZmU0OGJiNGFkY2VmNzEyNWQxZGIxMDNhYjdmZiJ9fX0=)’
height: 0.7
– content: ‘#F4F149&lJ#F5F246&lU#F5F242&lG#F6F33F&lA#F7F33B&lD#F8F438&lO#F8F535&lR#F9F531&lE#FAF62E&lS
#FBF727&lM#FBF727&lI#FBF727&lL#FBF727&lL#FBF727&lO#FBF727&lN#FBF727&lA#FBF727&lR#FBF727&lI#FBF727&lO#FBF727&lS’
height: 0.3
– content: ‘&7(La riqueza y ellos son uno)’
height: 0.3
– content: ”
height: 0.3
– content: ‘#FBF727#1. &f%xleaderboard_top_coins;monthly;top_name;1% &8- #FBF727%xleaderboard_top_coins;monthly;top_value;1%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#2. &f%xleaderboard_top_coins;monthly;top_name;2% &8- #FBF727%xleaderboard_top_coins;monthly;top_value;2%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#3. &f%xleaderboard_top_coins;monthly;top_name;3% &8- #FBF727%xleaderboard_top_coins;monthly;top_value;3%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#4. &f%xleaderboard_top_coins;monthly;top_name;4% &8- #FBF727%xleaderboard_top_coins;monthly;top_value;4%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#5. &f%xleaderboard_top_coins;monthly;top_name;5% &8- #FBF727%xleaderboard_top_coins;monthly;top_value;5%
#FAFF2E⛃’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&8► &fTu posición: #FBF727#%xleaderboard_ranking_monthly_coins% &8- #FBF727%xleaderboard_amount_monthly_coins%
#FAFF2E⛃ &8◄’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&7[Diario] [Semanal] #F4F149&l[Mensual] &7[Permanente]’
height: 0.3
actions:
LEFT:
– PREV_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
RIGHT:
– NEXT_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
– lines:
– content: ‘#ICON: PLAYER_HEAD (eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZTYwNGJkNTNkOTc4ODc1OTVhMDYyYjdjNTEyY2E0ZGJiZmU0OGJiNGFkY2VmNzEyNWQxZGIxMDNhYjdmZiJ9fX0=)’
height: 0.7
– content: ‘#F4F149&lJ#F5F246&lU#F5F242&lG#F6F33F&lA#F7F33B&lD#F8F438&lO#F8F535&lR#F9F531&lE#FAF62E&lS
#FBF727&lM#FBF727&lI#FBF727&lL#FBF727&lL#FBF727&lO#FBF727&lN#FBF727&lA#FBF727&lR#FBF727&lI#FBF727&lO#FBF727&lS’
height: 0.3
– content: ‘&7(La riqueza y ellos son uno)’
height: 0.3
– content: ”
height: 0.3
– content: ‘#FBF727#1. &f%xleaderboard_top_coins;permanent;top_name;1% &8- #FBF727%xleaderboard_top_coins;permanent;top_value;1%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#2. &f%xleaderboard_top_coins;permanent;top_name;2% &8- #FBF727%xleaderboard_top_coins;permanent;top_value;2%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#3. &f%xleaderboard_top_coins;permanent;top_name;3% &8- #FBF727%xleaderboard_top_coins;permanent;top_value;3%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#4. &f%xleaderboard_top_coins;permanent;top_name;4% &8- #FBF727%xleaderboard_top_coins;permanent;top_value;4%
#FAFF2E⛃’
height: 0.3
– content: ‘#FBF727#5. &f%xleaderboard_top_coins;permanent;top_name;5% &8- #FBF727%xleaderboard_top_coins;permanent;top_value;5%
#FAFF2E⛃’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&8► &fTu posición: #FBF727#%xleaderboard_ranking_permanent_coins% &8- #FBF727%xleaderboard_amount_permanent_coins%
#FAFF2E⛃ &8◄’
height: 0.3
– content: ‘&r’
height: 0.3
– content: ‘&7[Diario] [Semanal] [Mensual] #F4F149&l[Permanente]’
height: 0.3
actions:
LEFT:
– PREV_PAGE:tops_DINERO
– SOUND:UI_BUTTON_CLICK:0.7:2.7
“`
config.yml
“`yaml
tops:
kills:
## This placeholder will parse to retrieve the current count of this leaderboard.
placeholder: “%statistic_player_kills%”
name: “Asesinatos”
databaseId: survival_top
debug: false
optimizations:
## Max bulk size for mongodb, if you have a lot of players, you can increase this value,
## but be careful with the memory usage.
max-bulk-size: 1000
## Max cached top entries your server loads on memory.
cached-top-entries: 10
## If you have a lot of players, you can increase this value.
ticks-between-updates: 600
## Max bulk size for resetting temporal values, this have minor size
## you can increase this value, but be careful with the memory usage.
max-reset-bulk-size: 5000
topUpdates:
daily:
minutes: 10
weekly:
minutes: 30
monthly:
hours: 3
permanent:
hours: 6
databases:
mongodb:
host: localhost
port: 27017
database: leaderboards
user: root
password: root
“`
lang.yml
“`yaml
tops:
noPermission: “&cYou don’t have permission to use this command.”
noRanking: “&6Unranked”
noTop: “&6No record”
loading: “&fLoading…”
hologram:
daily: “&6&l[Daily] &7[Weekly] [Monthly] [Permanent]”
weekly: “&7[Daily] &6&l[Weekly] &7[Monthly] [Permanent]”
monthly: “&7[Daily] &7[Weekly] &6&l[Monthly] &7[Permanent]”
permanent: “&7[Daily] &7[Weekly] &7[Monthly] &6&l[Permanent]”
daily: “Daily”
weekly: “Weekly”
monthly: “Monthly”
permanent: “Permanent”
invalidTimeType: “&cThe leaderboard time type is not valid.”
toggleWait: “&cPlease wait a bit before changing the leaderboard time.”
toggleTime: “&fThe leaderboard time is now: &e”
tops: |-
&d &a
&6&l TOPS
&d &f
&d &b
topLine: “&b#<#> &8- &f &8- &e”
“`
rewards.yml
“`yaml
enabled: false
rewards:
kills:
top1:
top: 1
rewards:
– “command: give diamond_sword”
– “message: &7 &a”
– “center_message: &6&lTOP &e# &6&lKILLS &f&l”
– “message: &7 &d”
– “message: &7You have received a diamond sword for staying in top!”
– “message: &7 &a”
top2:
top: 2
rewards:
– “command: give iron_sword”
– “message: &7 &a”
– “center_message: &6&lTOP &e# &6&lKILLS &f&l”
– “message: &7 &d”
– “message: &7You have received a iron sword for staying in top!”
– “message: &7 &a”
top3:
top: 3
rewards:
– “command: give stone_sword”
– “message: &7 &a”
– “center_message: &6&lTOP &e# &6&lKILLS &f&l”
– “message: &7 &d”
– “message: &7You have received a stone sword for staying in top!”
– “message: &7 &a”
“`

**TimeType:** daily/weekly/monthly/permanent
– **/xlb gettop ** » Gets the top of the day, week, month, or permanent.
– **/xlb forceupdate ** » Forces the update of the top.

– **xleaderboards.forceupdate** » Forces the update of the top.
– **xleaderboards.gettop** » Gets the top of the day, week, month, or permanent.

**TopName:**
– **name** – This is established in the `config.yml` key. For example, in `tops.coins`, “coins” is the name of the top.
**TimeType:**
– **daily** – Displays the top player or value for the last 24 hours.
– **weekly** – Displays the top player or value for the last 7 days.
– **monthly** – Displays the top player or value for the last 30 days.
– **permanent** – Displays the top player or value permanently.
**ValueType:**
– **top_name** – Displays the player’s name at this top index position.
– **top_value** – Displays the value at this top index position.
– **top_uuid** – Displays the player’s UUID at this top index position.
**Index:**
– **min** – The minimum index is 1.
– **max** – The maximum index is the one established in the config under `cached-top-entries`.
%xleaderboard_top_;;;%
Examples
“`yaml
%xleaderboard_top_coins;daily;top_name;1%
%xleaderboard_top_coins;weekly;top_name;2%
%xleaderboard_top_coins;monthly;top_name;3%
%xleaderboard_top_coins;permanent;top_name;4%
%xleaderboard_top_coins;daily;top_value;1%
%xleaderboard_top_coins;weekly;top_value;2%
%xleaderboard_top_coins;monthly;top_value;3%
%xleaderboard_top_coins;permanent;top_value;4%
“`
%xleaderboard_ranking__%
Examples
“`yaml
%xleaderboard_ranking_daily_coins%
%xleaderboard_ranking_weekly_coins%
%xleaderboard_ranking_monthly_coins%
%xleaderboard_ranking_permanent_coins%
“`
%xleaderboard_amount__%
Examples
“`yaml
%xleaderboard_amount_daily_coins%
%xleaderboard_amount_weekly_coins%
%xleaderboard_amount_monthly_coins%
%xleaderboard_amount_permanent_coins%
“`
%xleaderboard_update_cooldown_%
Examples
“`yaml
%xleaderboard_update_cooldown_daily%
%xleaderboard_update_cooldown_weekly%
%xleaderboard_update_cooldown_monthly%
%xleaderboard_update_cooldown_permanent%
“`
%xleaderboard_reset_cooldown_%
Examples
“`yaml
%xleaderboard_reset_cooldown_daily%
%xleaderboard_reset_cooldown_weekly%
%xleaderboard_reset_cooldown_monthly%
“`

|
|
|
|
| — | — | — |





More Images







