About Skill Tree Items
SkillTreeItems adds 2 item types into loot containers on your server.
Research Notes: will provide the player with an injection of xp equal to the amount specified in the items name.
Tome of skill points: will award the player with skill points equal to the amount specified in the items name.
The plugin allows you to create your own versions of the items, and has a number of commands available that should work with other plugins.
skilltreeitems.use - required to consume the items and find them in loot containers. skilltreeitems.admin - required to use the spawn commands.
Command: givexpitem
Type: Chat
Parameters: <amount> <Skin ID> <displayName>
Example: givexpitem 1500 2863540162 research notes - Generates an item that can be redeemed for 1500 experience
Command: givespitem
Type: Chat
Parameters: <amount> <Skin ID> <displayName>
Example: givespitem 2 2863540162 tome of skill points - Generates an item that can be redeemed for 2 skill points
Command: givespitemto
Type: Chat/Console
Parameters: <target ID> <amount> <skin ID> <displayName>
Example: givespitemto 76561197988695317 3 2863540162 tome of skill points - Generates an item that can be redeemed for 2 skill points and gives it to target ID.
Command: givexpitemto
Type: Chat/Console
Parameters: <target ID> <amount> <skin ID> <displayName>
Example: givexpitemto 76561197988695317 1500 2863540162 tome of skill points - Generates an item that can be redeemed for 1500 experience and gives it to target ID.
Command: giverandomxpitem
Type: Chat/Console
Parameters: <target ID>
Example: giverandomxpitem 76561197988695317 - Generates a random item from the xp items listed in the config and gives it to Target ID.
Command: giverandomspitem
Type: Chat/Console
Parameters: <target ID>
Example: giverandomspitem 76561197988695317 - Generates a random item from the skill points items listed in the config and gives it to Target ID.