Instant Gratification: No more grinding! Players get string exactly when they need it, keeping the action flowing.
Smart Inventory Management: Automatically fills all empty main inventory and hotbar slots with full stacks (64x) of string. It respects your armor and off-hand slots! ️
Lag-Free & Clean: Any string items generated by the plugin that hit the ground vanish instantly. No more messy drops, no more server lag from accumulated items! ✨
Performance Powerhouse: Crafted with optimization in mind, SlashString runs smoothly in the background, ensuring your server remains blazing fast. ⚡
Total Control: Customize everything! All plugin messages, from cooldown warnings to success notifications, are easily editable in your config.yml. ️
Built for 1.21.x: Developed with the latest Minecraft version in mind, ensuring stability and compatibility.
Commands at Your Fingertips: ⌨️
/string - The magic command! Instantly fills all empty main inventory and hotbar slots with stacks of string.
Permissions (Empower Your Players Safely):
slashstring.use - Grant access to the /string command.
Default: op (By default, only server operators have access. We recommend using a robust permissions plugin like LuckPerms to manage this for your players! )
Tailor Your Experience (config.yml): The plugin generates a user-friendly config.yml file in the plugins/SlashString/ folder after its first run. Dive in and make it yours!
Code (Text):
# Cooldown in seconds before a player can use the /string command again.
# Set to 0 for no cooldown (use with caution on public servers! ⚠️)
cooldown_seconds: 3
# Message sent to player when they are on cooldown. %seconds% will be replaced with remaining time.
message_cooldown: "&cYou are on cooldown! Please wait &e%seconds% seconds&c. ⏳"
# Message sent to player when their empty inventory slots have been filled.
message_filled: "&aYour empty inventory slots have been filled with string! ✅"
# Message sent to player if they have no empty inventory slots to fill.
message_no_empty_slots: "&eYou have no empty inventory slots to fill. ♂️"
# Message logged to console when a string item is deleted on spawn.
message_item_deleted: "A string item was swiftly deleted on spawn to keep your world clean. ✨"