Author: Solero Version: 1.0.0
The Essentials plugin provides a suite of useful commands for server moderators to manage player stats and interact with the game environment. This plugin includes commands for adding items, coins, puffles, teleporting players, summoning, room management, and more.
-
Clone the repository into your plugins folder:
git clone https://github.com/Walinski/essentials_improved.git
-
Start your Houdini server, and the plugin will automatically load if placed in the correct folder.
Below are some of the useful commands included in this plugin that allow moderators to manipulate player stats. These commands require specific permissions to use.
-
Add Item to Player Inventory:
!ai [item_name or item_id] -
Send Item to Another Player:
!send_ai [username] [item_name or item_id]
-
Add Coins:
!ac [amount] -
Transfer Coins to Another Player:
!pay [username] [amount]
-
Teleport to a Player:
!tp [username] -
Summon a Player to Your Room:
!summon [username]
-
Add Puffles:
!ap [puffle_name or puffle_id] [username (optional)]
-
Join Room:
!room [room_id]Teleports the player to the specified room. If the room does not exist, an error will be shown. For a full list of rooms, their IDs, capacities, and usage instructions, see Rooms.md.
-
Ban Player:
!ban [username] [message] [duration_in_hours] -
Kick Player:
!kick [username]
-
Become Ninja:
!ninja
-
Add All Stamps:
!stamps
-
Add Igloo:
!ag [igloo_name or igloo_id] -
Add Furniture:
!af [furniture_name or furniture_id] [amount] -
Add Career/Agent Medals:
!medals [career_medals] [agent_medals]
Each command requires the user to have specific permissions. You can configure these permissions for your moderators or players in your Houdini server configuration.
Feel free to contribute to this plugin by submitting issues or pull requests.
This plugin is licensed under the MIT License. See the LICENSE file for more information.