Tribe Enforcer

Paid Tribe Enforcer 2.02

No permission to buy ($29.99)
This resource is paid, and requires to be purchased
Tribe Enforcer v2.02
Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required

Added code to prevent players from creating a tribe if they are assigned one in the database.
This will prevent players from bugging themselves and ultimately getting kicked from the tribe they should belong in.
They will be presented with a new message which you can update if you want.
Code:
json
    "AlreadyInTribe": {
      "Message": "Unable to create a tribe since you are in one already. Try reconnecting to be assigned to the proper tribe.",
      "Scale": 1.2,
      "DisplayTime": 5.0,
      "Color": "Red"
    }
(config change to Messages section)
Back
Top