Getting an NPE when trying to load your plugin: [01:04:06] [Server thread/INFO]: [MyPermissions] Loading MyPermissions v1.0.2 [01:04:06] [Server thread/ERROR]: null initializing MyPermissions v1.0.2 (Is it up to date?) java.lang.NullPointerException: null at me.manatorde.mypermissions.Main.load(Main.java:193) ~[?:?] at me.manatorde.mypermissions.Main.onLoad(Main.java:56) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.reload(CraftServer.java:833) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at org.bukkit.Bukkit.reload(Bukkit.java:620) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:723) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1658) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1498) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:918) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:911) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:894) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:828) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58] at java.lang.Thread.run(Thread.java:834) [?:?] [01:04:06] [Server thread/INFO]: [GravelBreak] Loading GravelBreak v0.1
Is it possible to nest commands? Like can I give permissions to one group and then have another group have that groups permissions without typing it all in again?
I have created several ranks but they didn't have the permission to use Essentials commands even through i set the permission for them to use essentials. They can use the commands of all other Plugins.
how do i make this work that they can use the commands from Essentials?
When installing it you can only use it if you are a server operator.
Then you can use all the commands and create for example the group admin and add the permission mypermissions.admin vie /group add admin my permissions.admin to the group. If you want to get these permissions to yourself instead of giving it to a group you can use /permissions add <yourplayername> my permissions.admin
This plugin is mainly used to manage command-permissions. I think there is no vanilla permission for players to break blocks. There might be a plugin that adds this permission to Minecraft, but MyPermissions doesn't add any permissions for Minecraft features by itself.
hello, I just installed this plugin and I am very confused on how to give perms. On my server i would want to give access to commands and remove access from someone insted of removing and adding operator. If it helps I am in 1.12.2 on a Aternos server. Please someone help me and thank you :D
To add permissions to a player you can either add him to a group you created that has all the permissions you want him to have, or give them directly to the player. Just use the commands listed above or type /mp help
Hello, I have a question.When I try to give permissions to another player, I get the message that permissions were given correctly, but the player still cannot use the commands like /sethome, despite re-entering the game.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted May 7, 2020In reply to vecna4:
As far as I know there is no specific permission that allows you to use all commands. I will try to implement it in the next update.
Heres a list for all Minecraft and Bukit commands: https://bukkit.gamepedia.com/CraftBukkit_Commands
-
View User Profile
-
Send Message
Posted May 4, 2020Getting an NPE when trying to load your plugin:
[01:04:06] [Server thread/INFO]: [MyPermissions] Loading MyPermissions v1.0.2
[01:04:06] [Server thread/ERROR]: null initializing MyPermissions v1.0.2 (Is it up to date?)
java.lang.NullPointerException: null
at me.manatorde.mypermissions.Main.load(Main.java:193) ~[?:?]
at me.manatorde.mypermissions.Main.onLoad(Main.java:56) ~[?:?]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.reload(CraftServer.java:833) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.Bukkit.reload(Bukkit.java:620) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:723) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1658) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1498) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:918) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:911) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:894) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:828) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at java.lang.Thread.run(Thread.java:834) [?:?]
[01:04:06] [Server thread/INFO]: [GravelBreak] Loading GravelBreak v0.1
-
View User Profile
-
Send Message
Posted May 4, 2020In reply to krystalamaia:
That error actually shouldn't be able to appear..
Anyways I made it completely impossible now to happen and it will be fully fixed in the next version.
-
View User Profile
-
Send Message
Posted May 3, 2020when I try to remove the permission it says that Player does not exist, with the same groups, while adding a group or user can without problems
-
View User Profile
-
Send Message
Posted May 3, 2020In reply to Forge_User_41960274:
you can delet the group in the player groups file.
-
View User Profile
-
Send Message
Posted May 3, 2020In reply to Forge_User_41960274:
I will have a look on that
-
View User Profile
-
Send Message
Posted May 3, 2020can you make Prefixes possible?
-
View User Profile
-
Send Message
Posted May 3, 2020In reply to Forge_User_62794485:
I will try
-
View User Profile
-
Send Message
Posted May 1, 2020Is it possible to nest commands? Like can I give permissions to one group and then have another group have that groups permissions without typing it all in again?
-
View User Profile
-
Send Message
Posted May 1, 2020In reply to DragonVenom231:
Youucould copy the permissions flle of the group to the othe grous folder, thathe easiest way, i thik
-
View User Profile
-
Send Message
Posted Apr 28, 2020I have created several ranks but they didn't have the permission to use Essentials commands even through i set the permission for them to use essentials. They can use the commands of all other Plugins.
how do i make this work that they can use the commands from Essentials?
-
View User Profile
-
Send Message
Posted Apr 28, 2020In reply to Forge_User_62794485:
It should actually work,maybe you used the wrong perissions.
Here is a link to a list of all the permissions of EssntialsX https://essinfo.xeya.me/permissions.html
-
View User Profile
-
Send Message
Posted Apr 26, 2020How do I give myself admin permissions?
To perform the commands of this plugin you need the permission
MyPermissions.admin
Like how do I make this work?^^
-
View User Profile
-
Send Message
Posted Apr 27, 2020In reply to bill_not_will:
When installing it you can only use it if you are a server operator.
Then you can use all the commands and create for example the group admin and add the permission mypermissions.admin vie /group add admin my permissions.admin to the group. If you want to get these permissions to yourself instead of giving it to a group you can use /permissions add <yourplayername> my permissions.admin
-
View User Profile
-
Send Message
Posted Apr 26, 2020With this plugin on aternos, can I control permissions like whether or not played can break blocks and such?
-
View User Profile
-
Send Message
Posted Apr 27, 2020In reply to watermellody:
This plugin is mainly used to manage command-permissions. I think there is no vanilla permission for players to break blocks. There might be a plugin that adds this permission to Minecraft, but MyPermissions doesn't add any permissions for Minecraft features by itself.
-
View User Profile
-
Send Message
Posted Apr 28, 2020In reply to manatorde:
Thanks! have a good day!
-
View User Profile
-
Send Message
Posted Apr 24, 2020hello, I just installed this plugin and I am very confused on how to give perms. On my server i would want to give access to commands and remove access from someone insted of removing and adding operator. If it helps I am in 1.12.2 on a Aternos server. Please someone help me and thank you :D
-
View User Profile
-
Send Message
Posted Apr 24, 2020In reply to beeby316:
To add permissions to a player you can either add him to a group you created that has all the permissions you want him to have, or give them directly to the player. Just use the commands listed above or type /mp help
-
View User Profile
-
Send Message
Posted Apr 22, 2020