need to allow players to access a /me command

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Wynterborn

New Member
May 12, 2020
2
0
2
I assume FTB is causing the issue, I have a mod that when a player has triggered one of the events of the mod it is supposed to block access to things like /home and /tpa as it causes the player to be stuck kinda like quicksand. The ability to use the /me to describe actions and other things is supposed to be active. Is there a way to force everyone to be able to use the command 100% of the time?
 

Knolauchbot

New Member
May 15, 2020
4
2
4
You can use the Plugin LuckyPerms and with the command /lp user "USERNAME" permission set plugin/mod.command true
"USERNAME" =username of the player which should have the permission to run this command
plugin/mod.command= name of the plugin or the mod, then a . and after it the command which shoult be allowed to be executed

Example: /lp user Steve permission set minecraft.tp true
 

Knolauchbot

New Member
May 15, 2020
4
2
4
you can type /lp group default permission set ...
then you can add the players to a group with: /lp user "USERNAME" parent add default
 
  • Like
Reactions: Wynterborn