mrtwidget / Toolkit

Unturned 3 Toolkit. Just messing around with some plugin features.
1 stars 0 forks source link

Toolkit

Toolkit is intended to be an all-in-one plugin solution for my Unturned(3.x) server, The Nexis Realms. My goal for this project was to combine all the plugin elements I used on my server into one single plugin that didn't rely on MySQL. Toolkit instead uses JSON as a back-end database that is only updated when the plugin is loaded or unloaded. Toolkit is designed to be used by both players and admins, containing many admin tools making it more simple to make changes to the plugin in-game. Each feature can be easily enabled/disabled via plugin configuration.

Features

In-game admins can also:

Commands

Admin Commands

Add Item: Add a new item to shop

/additem <id> <name> <buyprice> <sellprice>

Add Kit: Create a new kit based on all items you currently have

/addkit <name> [cost]

Add Message: Add a new message to the automatted messages

/addmessage <message> [color]

Add Vehicle: Add a new vehicle to shop

/addvehicle <id> <name> <buyprice>

Add Warp: Adds new warp location from your current position

/addwarp <name> <price>

Add Warp Node: Adds a warp spawn location to an existing warp

/addwarpnode <warp>

Delete Item: Delete an existing item in the shop

/delitem <id>

Delete Kit: Delete an existing kit (non-recoverable)

/delkit <name>

Delete Vehicle: Delete an existing vehicle in the shop

/delvehicle <id>

Delete Warp: Permanently delete a warp location and ALL nodes associated with it

/delwarp <name>

Edit Item: Edit an existing item in the shop

/edititem <id> <name> <buyprice> <sellprice>

Edit Vehicle: Edit an existing vehicle in the shop

/editvehicle <id> <name> <buyprice>

Toolkit: Admin control for Toolkit plugin

/toolkit <help|info|update>

Player Commands

Balance: View your credit balance

/balance

Buy: Buy an item that spawns in your inventory

/buy <id> [amount]

Cost: Return the buy price of an item

/cost <id>

Exchange: Exchange your experience for credits

/exchange <xp>

Kit: Purchase a pre-made kit of items

/kit <name>

Kits: A list of all available kits for purchase

/kits

Pay: Gives another player some of your credits

/pay <name> <amount>

Sell: Sell items in your inventory for credits

/sell <id> [amount]

TPA: Teleport to another player location

/tpa <name|accept|deny>

Buy Vehicle: Buy a vehicle that spawns to your location

/vbuy <id>

Vehicle Cost: Return the price of a vehicle

/vcost <id>

Warp: Warp to a specific location

/warp <location>

Warps: A list of all available warp locations

/warps