• 2.8.0 c590255d38

    JaTiTV released this 2022-06-07 04:57:16 +00:00 | 40 commits to main since this release

    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:

        Cost:
          Enable: false
          EcoModule: VAULT # VAULT, MONEY, ITEM, VOTEPOINTS
          Item: DIRT;5 # ITEM;AMOUNT
          VotePoints: 0
          Price: 0.0
    

    The new functions:

        FunctionVotePoints:
          Enable: false
          Mode: ADD # ADD, REMOVE
          Amount: 0
        FunctionItem:
          Enable: false
          Mode: REMOVE # ADD, REMOVE
          Item: DIRT;5 # ITEM;AMOUNT
    
    Downloads