
BetterStasis
Pearl Stasis Fix is a lightweight, high-performance Minecraft plugin for Paper 1.21+ that adds a clean and reliable ender pearl stasis chamber system without needing any entities to stay loaded.
Список изменений
BetterStasis v1.4.1 - Economy, Sharing & Customization
Three new features: economy integration, pearl sharing, and toggleable rod info.
Economy Integration
Vault support for charging players to bind and teleport.
How it works:
- Flat cost to bind a pearl to a rod
- Teleport cost = base cost + (distance × cost per block), capped at max
- Cross-world teleports cost more
- If teleport fails, you get refunded automatically
- Without Vault installed, everything still works - economy features just won't be active
Config: economy: enabled: false teleport: base-cost: 10.0 cost-per-block: 0.5 max-cost: 1000.0 binding: cost: 5.0
Needs Vault + any economy plugin (EssentialsX, CMI, etc.)
Pearl Sharing
Share your bound rods with other players so they can teleport too.
Commands:
- /pearlshare
- give someone access to your rod - /pearlunshare
- remove their access - /pearlshared - see who can use your rod
Max 5 shared players by default (configurable). Both you and shared players get charged for teleports if economy is on. Rod lore shows how many people it's shared with.
Permission: betterstasis.share (default: true)
Toggleable Rod Info
Hide/show the coordinates and enchantment glint on your rods.
Command:
- /pearltoggle - switch between hidden and visible
Rod still works when hidden - this is purely cosmetic. Good for keeping inventory clean or hiding pearl locations from other players.
Permission: betterstasis.toggle (default: true)
Technical Stuff
All data stored in rod's PDC. Old rods without an owner can be used by anyone (backward compatible). Everything is config-driven and optional.
New config sections: settings: player-binding: clear-after-teleport: true pearl-sharing: max-shared-players: 5
Dependencies:
- Vault API (optional, soft-depend)
Changelog
Added:
- Vault economy integration
- Pearl sharing system + 3 commands
- Rod info toggle command
- Owner assignment on binding
- Permission checks for rod usage
- Sharing count in lore
- Refunds on failed teleports
Modified:
- Binding now sets owner
- Teleport checks permissions first
- Lore includes sharing info
- Clearing removes all new data

