Permissions/Plugins Not Working

  • 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
You could try a diffrent permissions plugin or removing vault. What all plugins are you running as if its just essentials you don't need vault.
 
It is just essentials. I will try removing vault and if that fails I will use a different permissions plugin. Is MCPC 100% necessary? It seems to break chunk loading (As I said in an edit of my previous post.) Thank you for all of your help.
[EDIT]
Uninstalling Vault did nothing, I disabled bPermissions and installed PermissionsEx, however it is not generating the PEX files upon the server starting. Should I just use the default Bukkit permissions.yml?
[EDIT2]
It did install, SFTP just didn't show it for some reason.
 
Aha! Found something in startup:
Code:
[spoiler]
[INFO] [EssentialsProtect] Enabling EssentialsProtect v2.10.1
06:42:45  [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
06:42:46  [INFO] Essentials: Using PermissionsEx based permissions.
06:42:46  [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.10.1
06:42:46 org.bukkit.event.EventException
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
06:42:46 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
06:42:46 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
06:42:46 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:403)
06:42:46 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
06:42:46 at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:306)
06:42:46 at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:288)
06:42:46 at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:506)
06:42:46 at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:472)
06:42:46 at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:418)
06:42:46 at ho.c(DedicatedServer.java:203)
06:42:46 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
06:42:46 at fy.run(ThreadMinecraftServer.java:16)
06:42:46 Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
06:42:46 at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
06:42:46 at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
06:42:46 at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
06:42:46 at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
06:42:46 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:42:46 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
06:42:46 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:42:46 at java.lang.reflect.Method.invoke(Method.java:601)
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
06:42:46 ... 13 more
[/spoiler]
Any way to fix this?
It also doesn't let me chat.
[EDIT]
Can someone please tell me how to use spoilers correctly? >.<
 
Aha! Found something in startup:
Code:
[spoiler]
[INFO] [EssentialsProtect] Enabling EssentialsProtect v2.10.1
06:42:45  [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
06:42:46  [INFO] Essentials: Using PermissionsEx based permissions.
06:42:46  [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.10.1
06:42:46 org.bukkit.event.EventException
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
06:42:46 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
06:42:46 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
06:42:46 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:403)
06:42:46 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
06:42:46 at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:306)
06:42:46 at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:288)
06:42:46 at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:506)
06:42:46 at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:472)
06:42:46 at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:418)
06:42:46 at ho.c(DedicatedServer.java:203)
06:42:46 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
06:42:46 at fy.run(ThreadMinecraftServer.java:16)
06:42:46 Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
06:42:46 at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
06:42:46 at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
06:42:46 at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
06:42:46 at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
06:42:46 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:42:46 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
06:42:46 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:42:46 at java.lang.reflect.Method.invoke(Method.java:601)
06:42:46 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
06:42:46 ... 13 more
[/spoiler]
Any way to fix this?
It also doesn't let me chat.
[EDIT]
Can someone please tell me how to use spoilers correctly? >.<


Personaly I have had no issues with MCPC chunkloading (that vanilla did not have also). What version of PeX are you trying to use?
 
I am running version 1.19.5 of PEX. I just discovered that it doesn't let Op's use any commands either. What I mean by chunk loading errors is that even if there are chunk loaders in a world, a player has to be in that world as well in order for it to work. I also think I may have made a few errors while writing the permissions folder. I will upload it.
 

Attachments

Op works fine with me and PEX (just cant use pex commands). As for what going on for you chunkloading has nothing to do with PEX and from what I said before and other threads has fixed/found the issue so other then going and reread then there is not much I can say besides start a new world and see if it works.