In this update more options to pay for the functions like Vote Points (
VotingPlugin) and Items have been added.
Also, 2 completely new functions have been added to give or remove both Vote Points and Items to the player.
Update to T2CodeLib 12.0!
New config for the function files:
Eco:
Code (YAML):
Cost:
Enable
: false
EcoModule
: VAULT
# VAULT, MONEY, ITEM, VOTEPOINTS
Item
: DIRT;5
# ITEM;AMOUNT
VotePoints
: 0
Price
: 0.0
The new functions:
Code (YAML):
FunctionVotePoints:
Enable
: false
Mode
: ADD
# ADD, REMOVE
Amount
: 0
FunctionItem:
Enable
: false
Mode
: REMOVE
# ADD, REMOVE
Item
: DIRT;5
# ITEM;AMOUNT