Since bPermissions has been abandoned I need a new permissions program. Saw yours and downloaded it. On first run (to create the folders) this is what I get:
[org.bukkit.craftbukkit.v1_16_R3.CraftServer] Cannot invoke "org.bukkit.scoreboard.ScoreboardManager.getNewScoreboard()" because the return value of "org.bukkit.Bukkit.getScoreboardManager()" is null initializing MyPermissions v1.0.8 (Is it up to date?) java.lang.NullPointerException: Cannot invoke "org.bukkit.scoreboard.ScoreboardManager.getNewScoreboard()" because the return value of "org.bukkit.Bukkit.getScoreboardManager()" is null at me.manatorde.mypermissions.Main.onLoad(Main.java:92) ~[?:?] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:394) ~[patched_1.16.4.jar:git-Paper-325] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:206) ~[patched_1.16.4.jar:git-Paper-325] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936) ~[patched_1.16.4.jar:git-Paper-325] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[patched_1.16.4.jar:git-Paper-325] at java.lang.Thread.run(Thread.java:832) [?:?]
Thing is I don't and never have used a Scoreboard. What it going on please?
And one other thing: You really should provide a basic permissions file with an admin group and a default user group. I'd expect it would cut down on questions.
In the next version this bug is getting fixed. It was rejected and I did some more work on it. I hope it will be available soon. The scorboard is used for the prefixes of the groups (Playernametags are basically Scoreboards).
I didn't provide these two basic groups, because not everyone wants to name them this way and it is quite easy creating these groups with this plugin i think. The only thing you really need to know is what permissions are and you know how to work with this plugin. Thats the biggest problem I often see in the comments
I happen to be a business analyst who currently specializes in software deployment. My job includes working with programmers to build new features and insure they're designed to be user friendly. I also write my own plugins for Minecraft. I tell you this so I can say this: When you deploy a piece of software it should start up and run without any errors. In your case this means providing the minimum configuration file(s) as well as some visual example(s) of how permissions work in YOUR program. I'm looking for a replacement to bPermissions which has been abandoned. Download it and install it on a test server to see how it installs. Providing basic template files generated by your code is not difficult and will likely increase your plugin's value and popularity. Add to that a downloadable sample configuration to get people started, say the needed file(s) to provide an admin group with admin perms added and a default user group with perms to use chat or something.
Now you have a more professional and user friendly application.
Hello there! So i put your plugin onto my server to get some permissions moving around, nd when i restarted myserver it quite literally broke everything. As the owner i now have no ability to use any commands or even use gamerule. Im quite literally stuck in place. So i tried reinstalling and now i have no command ability at all. As someone who is just starting out with their server do you have any advice on how to fix this.
To start with this plugin you have to use the console to give yourself the permissions you need. The easiest way is using /op in the console to give you all permissions. After doing that, everything should be working fine
I did figure it out and was able to situate commands. My console quite literally just died lol... i had to co-owner a player to give me /op permissions. It was like i was locked out of everything until someone else situated me back lol? I think it was conflixting commands or pluggins im still way too new to this but thank you for answering so quickly
Hi, I just installed your plugin I'm also receiving "An internal error occurred while attempting to perform this command" for every plugin related command. You said V 1.0.9 fixes this, where could I download this latest patch?
It still is under review. I don't know how long that will take. Usually just a few hours, but it's been 4 days now and it still isn't Approved. I hope it will be done soon
-
View User Profile
-
Send Message
Posted Dec 25, 2020In reply to rice__:
You can get your permissions back, by using the console to op you. The internal error is fixed in the next version. It's out soon
-
View User Profile
-
Send Message
Posted Dec 25, 2020In reply to ManatorDE:
I can't do /op because of the internal error. I will wait for the next version. Thank you very much.
-
View User Profile
-
Send Message
Posted Dec 27, 2020In reply to rice__:
It's out now! Everything should work fine now
-
View User Profile
-
Send Message
Posted Dec 23, 2020Since bPermissions has been abandoned I need a new permissions program. Saw yours and downloaded it. On first run (to create the folders) this is what I get:
[org.bukkit.craftbukkit.v1_16_R3.CraftServer] Cannot invoke "org.bukkit.scoreboard.ScoreboardManager.getNewScoreboard()" because the return value of "org.bukkit.Bukkit.getScoreboardManager()" is null initializing MyPermissions v1.0.8 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "org.bukkit.scoreboard.ScoreboardManager.getNewScoreboard()" because the return value of "org.bukkit.Bukkit.getScoreboardManager()" is null
at me.manatorde.mypermissions.Main.onLoad(Main.java:92) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:394) ~[patched_1.16.4.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:206) ~[patched_1.16.4.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936) ~[patched_1.16.4.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[patched_1.16.4.jar:git-Paper-325]
at java.lang.Thread.run(Thread.java:832) [?:?]
Thing is I don't and never have used a Scoreboard. What it going on please?
And one other thing: You really should provide a basic permissions file with an admin group and a default user group. I'd expect it would cut down on questions.
-
View User Profile
-
Send Message
Posted Dec 23, 2020In reply to guyd60:
In the next version this bug is getting fixed. It was rejected and I did some more work on it. I hope it will be available soon. The scorboard is used for the prefixes of the groups (Playernametags are basically Scoreboards).
I didn't provide these two basic groups, because not everyone wants to name them this way and it is quite easy creating these groups with this plugin i think. The only thing you really need to know is what permissions are and you know how to work with this plugin. Thats the biggest problem I often see in the comments
-
View User Profile
-
Send Message
Posted Dec 24, 2020In reply to ManatorDE:
I happen to be a business analyst who currently specializes in software deployment. My job includes working with programmers to build new features and insure they're designed to be user friendly. I also write my own plugins for Minecraft. I tell you this so I can say this: When you deploy a piece of software it should start up and run without any errors. In your case this means providing the minimum configuration file(s) as well as some visual example(s) of how permissions work in YOUR program. I'm looking for a replacement to bPermissions which has been abandoned. Download it and install it on a test server to see how it installs. Providing basic template files generated by your code is not difficult and will likely increase your plugin's value and popularity. Add to that a downloadable sample configuration to get people started, say the needed file(s) to provide an admin group with admin perms added and a default user group with perms to use chat or something.
Now you have a more professional and user friendly application.
-
View User Profile
-
Send Message
Posted Dec 20, 2020Is there a way to show or see all the players i have added to a specific group?
-
View User Profile
-
Send Message
Posted Dec 20, 2020In reply to notwellreceived:
Not yet, i will add that
-
View User Profile
-
Send Message
Posted Dec 6, 2020Hello there! So i put your plugin onto my server to get some permissions moving around, nd when i restarted myserver it quite literally broke everything. As the owner i now have no ability to use any commands or even use gamerule. Im quite literally stuck in place. So i tried reinstalling and now i have no command ability at all. As someone who is just starting out with their server do you have any advice on how to fix this.
-
View User Profile
-
Send Message
Posted Dec 7, 2020In reply to icewire42:
To start with this plugin you have to use the console to give yourself the permissions you need. The easiest way is using /op in the console to give you all permissions. After doing that, everything should be working fine
-
View User Profile
-
Send Message
Posted Dec 8, 2020In reply to ManatorDE:
I did figure it out and was able to situate commands. My console quite literally just died lol... i had to co-owner a player to give me /op permissions. It was like i was locked out of everything until someone else situated me back lol? I think it was conflixting commands or pluggins im still way too new to this but thank you for answering so quickly
-
View User Profile
-
Send Message
Posted Dec 8, 2020In reply to icewire42:
I do my best to answer as quickly as possible and fix bugs that are reported. New update will be out soon
-
View User Profile
-
Send Message
Posted Nov 24, 2020when i try to use /permissions it says an internal error occured while trying to perform this command. how do i fix this
-
View User Profile
-
Send Message
Posted Nov 24, 2020In reply to lilpapa_lilpapa:
I'll have a closer look on that
-
View User Profile
-
Send Message
Posted Nov 24, 2020In reply to ManatorDE:
infact i cant use any commands at all
-
View User Profile
-
Send Message
Posted Nov 28, 2020In reply to lilpapa_lilpapa:
Did you give yourself the needed permissions to use everything using the console?
On my server I can use the commands and they work. I had one error too and will try to fix all errors I will find
-
View User Profile
-
Send Message
Posted Dec 9, 2020In reply to lilpapa_lilpapa:
The next version fixes this. It is under review right now and will be released soon
-
View User Profile
-
Send Message
Posted Dec 12, 2020In reply to ManatorDE:
Hi, I just installed your plugin I'm also receiving "An internal error occurred while attempting to perform this command" for every plugin related command. You said V 1.0.9 fixes this, where could I download this latest patch?
-
View User Profile
-
Send Message
Posted Dec 13, 2020In reply to Kixellated:
It still is under review. I don't know how long that will take. Usually just a few hours, but it's been 4 days now and it still isn't Approved. I hope it will be done soon
-
View User Profile
-
Send Message
Posted Nov 20, 2020How to correctly update plugin version on server? I just removed previous file and paste new and now all commands dont work(
"An internal error occurred while attempting to perform this command" every time