PermissionsEx Disables on Restart
JacobSanderlin opened this issue · 8 comments
I have permissions ex on the server I am developing. It works we can add prefixes permissions and what not. The only problem is when the server restarts, Pex no longer exists in /plugins nor does any of its commands exist. I did some testing to see if tinkering with configs was breaking it but I found that when i installed it started the server it worked. but once i shutdown the server then started it back up Pex no longer worked.
If anyone could help me i would appreciate it.
(When we restart the server, the Server Owner says he is Clicking Stop then after its stopped completely he clicks Start)
Plugins:
Announcer
antimobspawn
autosaveWorld
Buycraft
ChestCommands
Combatlog
Coreprotect 2
Crackshot
customjoinitems
easysetspawn (essentials spawn error fix)
Enchantactivepack
enchantmentapi
enchantpassivepack
enchantpotionpack
enchanttrappack
Enjinminecraftplugin
essentials - antibuild chat geoip protect spawn XMPP
Firstjoinplus
firstspawn
forcefield
GAListener
HeroBounty
JNoDrops
JoinCommands
JoinDate
Killstats
Kingkits
Kitessentials
MaxBans
Multieverse-Core
MyItems
MyMOTD
NoCheatPlus
NoMoreHunger
PermissionsEx-1.23.3
PerWorldPlugins
PingPlayer
PlayerTracker
RandomWarp
RegionPreserve
Serversigns
ServerTokens
SignEdit
SimpleRename
Torture
VoidGenerator
Votifier
VPNGuard
WGCustomflags
WGEssentialFlags
WGRegionEffects
Worldedit
worldGuard
Forgot to add the list of plugins so here it is.
Ok, I'm going to start from the very beginning of the troubleshooting process:
What version of Minecraft are you running?
What version of PEX are you using? (Copy the entire permissions.yml file to Pastebin for me to examine.)
Are there any errors in the server console when the server is first started? (Copy the entire server startup log to Pastebin for me to examine— everything from the moment the server starts until a message similar to "Done!" is posted on the console.)
Are any other plugins removed from the plugins list in-game after the restart?
On an unrelated sidenote, it looks like you're using 3 plugins for kits.
Since you're also using Essentials/EssentialsX, you should consider letting Essentials handle that and remove the other kit plugins. Essentials and EssentialsX are both phenomenal at creating starter/first join kits, regular kits, and even kits containing various potions and extensively specialized items with custom lore/descriptions, item names, enchantments, damage levels, and more. You can even include an amazing server rulebook in the kit that Essentials/EssentialsX can give your brand new players.
Take a look at my 'Newbie' and 'Stormbow' kits as an example of what you can do. (And only users/groups with essentials.kits.newbie
and essentials.kits.Stormbow
would have access to these kits, respectively. The book for the newbie kit is defined in the book.txt file, for Essentials/EssentialsX. I can't share that example since it's proprietary to my server.)
I can't remove the KitEssentials because thats the one he wants to use because it has a kits GUI Selection
https://pastebin.com/03d9fkS3
https://pastebin.com/s57Rg5Jv
The Pastebin link wasn't working for me when i clicked on it so here is the .yml anyways
groups:
default:
options:
default: true
permissions:
- modifyworld.*
schema-version: 1
The "invalid plugin.yml" error means whoever gave the server the file didn't give the server the correct file, or the file was corrupted during download.
Re-download PEX from this location and get 1.23.4 for all of the latest versions of Minecraft.
KitEssentials hasn't been updated since Minecraft 1.7.4, so unless he's attempting to run a really outdated server, that plugin wouldn't work for him anyway.
the server is 1.8.9 and still kitessentials works but i have to wait for him to get on to start the server then i will be able to tell you if this worked. Thank you for the help!