GeiloUtils
Greetings!
This mod provides a set of practical tools to enhance your server's functionality. Currently available commands include:
Random Teleportation
The /rtp command transports players to random locations in the world. The teleportation radius and minimum Y coordinate can be configured in the settings file.
Block Restriction System
Using /geiloban <list/add/remove> <block name> <dimension/all dimensions>, you can prohibit specific blocks in one or all dimensions. When blocking a block across all dimensions, its crafting recipe is automatically disabled. To ban an item's crafting recipe, simply specify the item name instead of a block name.
GeiloEconomy System
Every new player receives starting capital upon first joining the server (amount configurable in settings). Check your balance with /balance, and transfer funds to other players using /pay <username> <amount>.
Administrators can configure the list of items players can sell to the server. Add items to the list with /geiloeconomy daily add <price>, where the server purchases the item in the admin's hand at the specified price. Remove items from the list using /geiloeconomy daily remove, which eliminates the item from the user's hand from the trading list.
Players can view available sellable items via /sell daily list, displaying items and their prices. To sell an item, use /sell daily - the system attempts to sell the item in the player's hand (provided it's on the buy list).
Good ol' Currency Integration
The mod supports integration with Good ol' Currency, toggleable in configuration. When enabled, players can use /withdraw and /deposit commands to convert currency between the two mod systems.
Planned Updates:
- Discord to Minecraft bridge + cross-server messaging
- Personalized shop system (/shop create and others)
- Permission system (under consideration)
- GitHub page
- Additional features based on community requests