
Coins
In game currency that can be used for a shop, i want to be able to add items to this shop and modify the prices from the script in game menu so players can...
Descargas
0
Remezclas
0
Precio
Gratis
hytale · Server · 2026.1 · mod
Coins mod adds a persistent coin currency with a configurable server-side shop that can be edited in-game.
Key features
- Coins are stored per-player and persisted automatically; balances never drop below zero.
- Shop entries are fully runtime-editable and survive restarts (saved in the mod data folder).
- Players can buy configured items with coins; failed deliveries refund the cost.
- Admin-only controls for crediting coins, setting balances, and managing the shop catalog.
Commands
/coins balance [player]– view your balance or another player’s when provided./coins give <amount> [player]– admin: add coins to yourself or a specified player./coins set <amount> <player>– admin: set an exact balance for a player./coins shopor/coins shop list– list all shop entries with prices and quantities./coins shop add <key> <item> <price> [quantity] [name]– admin: add/update a listing (key is the handle used for buying)./coins shop price <key> <price>– admin: update a listing price./coins shop remove <key>– admin: delete a listing./coins shop buy <key>– players purchase the item defined by that key using their coins.
Implementation notes
- Data is kept in
balances.propertiesandshop.propertiesinside the mod’s data directory. - Shop entries store the item id, price, quantity per purchase, and optional display name (base64 encoded for safety).
- Purchases try to place items in any inventory slot; if the inventory rejects the stack the coins are refunded.
- Permission node used for administration:
coins.admin.
Known limitations / ideas
- Uses the player’s UUID for balances; if the server removes the uuid link the entry will not match.
- No GUI menu is included; shops are managed and used via commands so they can be wired into scripts/menus as needed.
Cobblemon
create a pokémon mod for hytale, but make the pokemons originals/inspired but no equal, add evolutions too./home/eduardo/Downloads/Cobblemon-fabric-1.7.1+1.21.1...
Chest Respawn
I need a mod for the latest version of Hytale that will allow all loot chests to respawn after being looted. It should work with chest that have already been...
Duel Wielding Swords
The ability to dual wield swords. Equipping the second sword in the off-hand slot, uses the dagger animations and skills with sword range and damage.
AfkArena
📜 𝐀𝐛𝐨𝐮𝐭 𝐓𝐡𝐞 𝐏𝐥𝐮𝐠𝐢𝐧 AfkArena is the ultimate solution for keeping your players engaged even when they are away! Create designated zones in your...
Mod Menu
make a hytsle mod that adds a UI that managesmods, and shows their command/UI, like minecraft mod menu
DummyPlayer
Able to when entering the server completely to interact and have ''fake ping/ms'' like 100 or 120 max.