BentoBoxWorld / CaveBlock

CaveBlock addon for BentoBox. An interesting variation from Skyblock, where your goal is to survive in a cube of stone!
Eclipse Public License 2.0
16 stars 6 forks source link

Problem with coop and trust #38

Closed Manu5656 closed 4 years ago

Manu5656 commented 4 years ago

The command /cv team coop and trust does not work because of defult are set of permissions that do not give access to users in coop or trust to break blocks etc.

I saw in the config this section where you can choose via values to whom to allow certain things. There is a comment that says: "# Ranks are: Visitor = 0, Member = 900, Owner = 1000"

Well okay .. but for the users in coop and in trusts which values should be used? To give them access too

https://hastebin.com/amonupebem.coffeescript

Poslovitch commented 4 years ago

Comments in the config need to be updated. I'll do that.

Poslovitch commented 4 years ago

I just updated the comments.

Here is the list of all the ranks values:

VISITOR   = 0
COOP      = 200
TRUSTED   = 400
MEMBER    = 500
SUB-OWNER = 900
OWNER     = 1000
Manu5656 commented 4 years ago

Fine thanks a lot!

Manu5656 commented 4 years ago

Will the previously created caves remain with the old settings or will they update with new ones?

Poslovitch commented 4 years ago

They will keep their old settings. You can however reset these using the /cba resetflags command.

Manu5656 commented 4 years ago

Ok, thank you