Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [​IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    Show Changelog (open)
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.
     
    BRampersad, grid21, MrRazull and 71 others like this.
  2. Code:
    2012-07-08 22:28:48 [INFO] [Punishmental]: Commands READY
    2012-07-08 22:28:48 [INFO] [Demigods] Enabling Demigods v1.0e
    2012-07-08 22:28:48 [INFO] [Demigods] Initializing.
    2012-07-08 22:28:48 [INFO] [Demigods] Updating configuration.
    2012-07-08 22:28:48 [INFO] [Demigods] Loaded 12 player files.
    2012-07-08 22:28:48 [INFO] [Demigods] Loaded 2 shrines.
    2012-07-08 22:28:48 [INFO] [Demigods] Preloaded deities.
    2012-07-08 22:28:49 [INFO] [Demigods] Plugin listeners hooked.
    2012-07-08 22:28:49 [INFO] [Demigods] Commands loaded.
    2012-07-08 22:28:49 [INFO] [Demigods] Preparation completed in 0.271 seconds.
    2012-07-08 22:28:49 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    2012-07-08 22:28:49 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-07-08 22:28:49 [INFO] [Register] Enabling Register v1.8
    2012-07-08 22:28:49 [INFO] [ReportRTS] Enabling ReportRTS v0.4.1
    2012-07-08 22:28:49 [INFO] [ReportRTS] Connecting to SQLite.
    2012-07-08 22:28:49 [INFO] [Buycraft] Enabling Buycraft v4.5
    2012-07-08 22:28:50 [INFO] [Buycraft] Loaded 2 package(s) into the cache.
    2012-07-08 22:28:50 [INFO] [Buycraft] Plugin has been successfully enabled.
    2012-07-08 22:28:50 [INFO] [DemigodDownloader] Enabling DemigodDownloader v1.0
    2012-07-08 22:28:50 [INFO] [DemigodDownloader] Demigods is up to date. Version 1.0e
    2012-07-08 22:28:50 [INFO] [godPowers] Enabling godPowers v2.7
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command zeus.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command godmode.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command jesus.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command die.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command slay.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command maim.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command inferno.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command superjump.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command gaia.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command heal.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command godpowers.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command vulcan.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command vulcan.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command demigod.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command hades.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command bless.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command FusRoDah.
    2012-07-08 22:28:50 [INFO] [GodPowers] Successfully registered command plutus.
    2012-07-08 22:28:50 [INFO] godPowers version 2.7 is enabled!
    2012-07-08 22:28:51 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
    2012-07-08 22:28:51 [INFO] [PermissionsEx] Superperms support enabled.
    2012-07-08 22:28:51 [SEVERE] Error occurred while enabling PermissionsEx v1.19.2 (Is it up to date?)
    java.lang.NullPointerException
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:103)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-08 22:28:51 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-07-08 22:28:51 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    2012-07-08 22:28:51 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    2012-07-08 22:28:51 [INFO] [Modifyworld] Disabling Modifyworld v1.19
    2012-07-08 22:28:51 [INFO] [Modifyworld] Modifyworld disabled!
    2012-07-08 22:28:51 [INFO] [TimedMessages] Enabling TimedMessages v1.1.2
    2012-07-08 22:28:51 [INFO] [TimedMessages] Starting 2 timers in 30 seconds.
    2012-07-08 22:28:51 [INFO] [TimedMessages] TimedMessages v1.1.2 has been enabled.
    2012-07-08 22:28:51 [INFO] [Votifier] Enabling Votifier v1.8
    2012-07-08 22:28:51 [INFO] [Votifier] Loaded vote listener: ItemListener
    2012-07-08 22:28:51 [INFO] [Votifier] Votifier enabled.
    2012-07-08 22:28:51 [INFO] [Questioner] Enabling Questioner v0.6
    2012-07-08 22:28:51 [INFO] [Questioner] v0.6 - Enabled
    2012-07-08 22:28:51 [INFO] [MobDisguise] Enabling MobDisguise v1.81
    2012-07-08 22:28:51 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
    2012-07-08 22:28:51 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-07-08 22:28:52 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-07-08 22:28:52 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-07-08 22:28:52 [INFO] [WorldGuard] 27 regions loaded for 'world'
    2012-07-08 22:28:52 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-07-08 22:28:52 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-07-08 22:28:52 [INFO] [Essentials] Enabling Essentials v2.9.1
    2012-07-08 22:28:52 [INFO] Using locale en_EN
    2012-07-08 22:28:53 [INFO] Using locale en_EN
    2012-07-08 22:28:53 [INFO] [Register] Payment method found (Essentials version: 2.2)
    2012-07-08 22:28:53 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:53 [INFO] [ChatManager] Enabling ChatManager v1.19.1
    2012-07-08 22:28:53 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    2012-07-08 22:28:53 [INFO] [ChatManager] Disabling ChatManager v1.19.1
    2012-07-08 22:28:53 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:53 [SEVERE] Could not pass event PluginDisableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:357)
    at ru.tehkode.chatmanager.bukkit.ChatManager.onEnable(ChatManager.java:45)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginDisable(EssentialsPluginListener.java:34)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 14 more
    2012-07-08 22:28:53 [INFO] [ChatManager] ChatManager disabled!
    2012-07-08 22:28:53 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:53 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
    2012-07-08 22:28:53 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-07-08 22:28:54 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:54 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:54 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    2012-07-08 22:28:54 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:54 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:54 [INFO] [ChestShop] Enabling ChestShop v3.42
    2012-07-08 22:28:54 [INFO] [ChestShop] LWC version 4.2.0 (b698-git-58bc9cba) (May 19, 2012) loaded.
    2012-07-08 22:28:54 [INFO] [ChestShop] Essentials version 2.8.2 loaded.
    2012-07-08 22:28:54 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:54 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:54 [INFO] [Factions] Enabling Factions v1.6.8
    2012-07-08 22:28:54 [INFO] [Factions v1.6.8] === ENABLE START ===
    2012-07-08 22:28:55 [INFO] [Factions v1.6.8] Loading board from disk
    2012-07-08 22:28:55 [INFO] [Factions v1.6.8] Economy integration is disabled, and the plugin "Vault" is not installed.
    2012-07-08 22:28:55 [INFO] [Factions v1.6.8] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
    2012-07-08 22:28:55 [INFO] [Factions v1.6.8] === ENABLE DONE (Took 401ms) ===
    2012-07-08 22:28:55 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-07-08 22:28:55 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 11 more
    2012-07-08 22:28:55 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-07-08 22:28:55 [INFO] Done (11.760s)! For help, type "help" or "?"
    2012-07-08 22:28:55 [INFO] Starting GS4 status listener
    2012-07-08 22:28:55 [INFO] Starting remote control listener
    2012-07-08 22:28:55 [WARNING] No rcon password set in '/home/leonkeel/1291/server.properties', rcon disabled!
    2012-07-08 22:28:55 [INFO] Query running on 37.59.83.97:25585

    I keep getting this error when starting my server. If you need any additional information, please let me know.

    Thanks.
     
  3. Offline

    TheBladerSL

    I ned help how do i chat in global and make it so my groups have the tag on it that says [groupname] in the groups prefix colour? please help
     
  4. It should work (at least, there isn't anything in PEX that would stop it from working that I know of), but I don't know if EssentialsChat requires anything from the rest of the essentials plugins or not.

    What does your configs look like? I'm referring to the config.yml and the permissions.yml both.

    And I have to say, it makes me kinda giddy and proud to see that t3hk0d3 put my PEX basic config video in the first post. \o/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  5. Offline

    IsaiahRobichaud

    Yes! It works with EssentialsChat!!!! Thanks for the help! Wait, this isn't the first time you've helped me...I remember you helping me another time? Maybe that was with the Prefixes Idk, but thanks for all the help you have given me :)

    permissions:
    backend: file
    backends:
    file:
    file: permissions.yml
    superperms:
    - lwc.protect
    - ButtonLock.use
    - ButtonLock.setpw
    - ButtonLock.onetimecode
    - ButtonLock.buttonlock.normal";
    - factions.kit.fullplayer
    - essentials.plugins
    - essentials.pl

    Is this correct?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  6. Offline

    Zork766

    Wtf???

    I've just report an anoying problem:

    I have a map on my server, wich is just here for history (It's the map of our previous server).
    The idea is it is here just for the visit, players shouldn't be abble to build/destroy in it...

    So i had put the - -modifyworld.block.* permissions for this world in my permissions.yml.
    And it had work very well last 10 months.

    But... this morning, i've seen a hole in a dessert who wasn't should be here.
    Lookup with logblock and GRRR, it's a simply member who have done this...

    I've check and it seems than my menbers can destroy blocks in this world. I don't understand, all was working fine until yet, and they can"t place anyway..

    Is this a bug, or do i have miss something?
    This is a big problem for me...

    I've seen:
    PermissionsEx v1.19.2 (Package)
    Change log

    • New modifyworld nodes
    • Some bugfixes
    What are this New modifyworld nodes?

    Edit:
    I've manage to prevent block destroying with - -modifyworld.blocks.* but i don't understand what happened. I guess their is a problem somewhere in the plugin, cause all was working right before. And the problem, is that now my players can't use the doors or levers because the - modifyworld.blocks.interact.* perm conflict with the solution i'm forced to use to prevent block destroying...
     
  7. Offline

    EmanuxJade

    how can i do for settings a permission user for multiworld group?
     
  8. Offline

    VictorHNP

    It just doenst use the suffix when i am admin i should write the cooler &a but it doesn't do that[creeper]
     
  9. Offline

    hogeco

    Does it matter which order you input groups in the permissions.yml?
    Some people start with lowest ranks (default, guest, etc.) while others start with highest ranks (owner, admin, etc.)

    And should the inheritance be listed before or after permissions?
     
  10. My config.yml:
    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms: {}
    My Permissions.yml:
    Code:
    groups:
      Owner:
        default: false
        prefix: '&b[ServerOwner]&b'
        permissions:
        - lwc.admin
        - demigods.admin
        - '*'
        options:
          rank: '0'
    CoOwner:
        default: false
        prefix: '&2[CoOwner]&2'
        permissions:
        - lwc.admin
        - -demigods.admin
        - '*'
        - -essentials.kill
        options:
          rank: '100'
      Administrator:
        default: false
        prefix: '&6[Administrator]&6'
        inheritance:
        - Moderator
        permissions:
        - lwc.admin
        - '*'
        options:
          rank: '200'
      Moderator:
        default: false
        prefix: '&3[Moderator]&3'
        inheritance:
        - Creative
        permissions:
        - essentials.chat.spy
        - -essentials.kill
        - lwc.mod
        - essentials.give
        - factions.*
        - essentials.weather
        - essentials.thunder
        - essentials.tempban.offline
        - essentials.tempban.exempt
        - essentials.tempban
        - essentials.ping
        - essentials.mute.exempt
        - essentials.mute
        - essentials.lightning.others
        - essentials.lightning
        - essentials.killall
        - essentials.kill.force
        - essentials.kick.notify
        - essentials.kick.exempt
        - essentials.kick
        - essentials.invsee.modify
        - essentials.invsee
        - essentials.deljail
        - essentials.clearinventory
        - essentials.broadcast
        - essentials.banip
        - essentials.ban.offline
        - essentials.ban.notify
        - essentials.ban.exempt
        - essentials.ban
        - essentials.list.hidden
        - essentials.suicide
        - essentials.spawner
        - essentials.spawner.*
        - essentials.seen.banreason
        - essentials.rules
        - essentials.realname
        - essentials.msg.url
        - essentials.helpop.receive
        - essentials.afk
        - essentials.afk.kickexempt
        - essentials.time
        - essentials.kit.[kitname]
        - essentials.god
        - essentials.fly
        - essentials.feed
        - essentials.enchant
        - essentials.enchant.[enchantmentname]
        - essentials.break.bedrock
        - ChestShop.shop.*
        options:
          rank: '300'
      Meltdown:
        default: false
        prefix: '&5[Meltdown]&5'
        inheritance:
        - Builder
        permissions:
        - worldedit.*
        - essentials.back.ondeath
        - essentials.sethome.multiple
        - essentials.tp
        - essentials.joinfullserver
        - -essentials.gamemode
        - essentials.worldedit
        - mobdisguise.*
        options:
          rank: '400'
      Masterbuilder:
        default: false
        prefix: '&1[Masterbuilder]&1'
        inheritance:
        - Creative
        permissions:
        - worldedit.*
        - essentials.back.ondeath
        - essentials.joinfullserver
        - essentials.gamemode
        - -essentials.signs.use.gamemode
        options:
          rank: '500'
      Creative:
        default: false
        prefix: '&c[TheStuff]&c'
        inheritance:
        - Builder1
        permissions:
        - essentials.back.ondeath
        - essentials.sethome.multiple
        - essentials.tp
        - essentials.joinfullserver
        - essentials.gamemode
        - essentials.signs.use.gamemode
        - essentials.kit.*
        options:
          rank: '600'
      Builder1:
        default: false
        prefix: '&d[Citizen]&d'
        inheritance:
        - Builder
        permissions:
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - -essentials.kill
        - essentials.tpaccept
        - essentials.tpdeny
        - lwc.protect
        - essentials.tpa
        - modifyworld.*
        - essentials.spawn
        - essentials.signs.use.warp
        - essentials.kit.[dtools]
        - essentials.sell
        - essentials.pay
        - essentials.balance
        - essentials.worth
        - essentials.help
        - essentials.helpop
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.seen.banreason
        - essentials.suicide
        - essentials.ban.notify
        - essentials.home
        - essentials.sethome
        - essentials.nocommandcost.all
        - essentials.build
        - -essentials.kill
        options:
          rank: 700'
      Builder:
        default: true
        prefix: '&d'
        permissions:
        - essentlais.protect
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - -essentials.kill
        - essentials.tpaccept
        - essentials.tpdeny
        - lwc.protect
        - essentials.tpa
        - modifyworld.*
        - essentials.spawn
        - essentials.signs.use.warp
        - essentials.kit.tools
        - essentials.sell
        - essentials.pay
        - essentials.balance
        - essentials.worth
        - essentials.help
        - essentials.helpop
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.seen.banreason
        - essentials.suicide
        - essentials.ban.notify
        - essentials.home
        - essentials.sethome
        - essentials.nocommandcost.all
        - essentials.build
        - -essentials.kill
        options:
          rank: '800'
    EDIT: Nevermind :p Rookie spacing mistake :)
     
  11. Offline

    Goomba479

    NONONO I cant find the permissionsex.jar
     
  12. Offline

    gemuese21

    About Chat Manager how can I change the color of /msg /tell /r ? thx
    Or can someone suggest something that replace this function?
     
  13. Correct for what exactly? If you have those nodes listed in your config.yml for PEX, that isn't where they go, they need to be in the permissions.yml in the PEX directory.

    I believe that the new nodes were for enchanting.

    Need to see your permissions setup, both before and after if at all possible, and the player that was able to do this (I'd like to see what nodes and such they had and see if I can track down how they did it).

    Oh yes, check your ops.txt file as well, make sure they somehow didn't get in there.

    The wiki has a section for multiworld configs, but it does assume that you have read and understood the previous sections.

    Ok, would like to see your permissions.yml and chatmanager config.yml file.

    No, the group order doesn't matter. Inheritance line doesn't matter either, as long as it's not a part of a subsection, such as the permissions for a group (the indentation dictates this).

    What link are you clicking on?

    I just downloaded the stable version from the first post and the PermissionsEx.jar file is in there.

    Colour settings can be done either by adding it to the suffix for a group or in the config.yml for chatmanager, assuming you are using chatmanager that comes with PEX.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  14. Offline

    IsaiahRobichaud

    Those permissions are given to everyone by default. That's where I put them if I don't want those given away right?
     
  15. I am afraid I do not understand the question.

    Are you wanting to keep players from having those permissions? If so, and if the server gives them to players by default (some bukkit commands and some plugins do this), you need to negate them in the permissions.yml, not the config.yml
     
  16. Offline

    gemuese21

    My ChatManager works, but the whisper function for private messaging is always white, like /msg /r /tell
    I want turn it into green. What can I do?
     
  17. Offline

    kikkerkopje

    if you use groupmanager too must you delete groupmananger or can they work together
     
  18. Offline

    gemuese21

    I use PermissionEx not group manager :D
    I just want to have different color for whisper


    My ChatManager works, but the whisper function for private messaging is always white, like /msg /r /tell
    I want turn it into green. What can I do?
     
  19. Offline

    Boohoo wally

    HELP! I got all permissions things set up correctly, and it works fine, including colors, but I am having problems premoting. I want to premote myself to the next group. It says something about ladder in the command help, so do i need to set something on the ladder?
    When i do /pex groups, it shows the groups. But it says like #0 Citizen and #0 legendary. Do i need to change that to make them correct on the ladder for premoting? If so, how?

    I mean /pex premote <username> it says incorrect syntax

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  20. Offline

    hogeco

    try spelling premote "promote". if you still have problems post your permissions.yml file using the code tag.
     
  21. Offline

    f1eins0pp

    Help i cant break or place any block! plz help
     
  22. Offline

    hogeco

    @ f1eins0pp post your permissions.yml file
     
  23. No, you can not have multiple permissions managers running at the same time.
     
  24. Offline

    Sharkmaster321

    I am still having a problem where it is not recognizing - essentials.back as a command
     
  25. Offline

    IsaiahRobichaud

    Let me make this simple:

    1. I don't want these permissions to be given to all players by default!
    2. Do I put them under superperms?
     
  26. Offline

    nicquehen

    Hello,

    I try to migrate mysql --> files
    i have an error :/

    i do a /pex dump file perm.yml

     
  27. Offline

    EmanuxJade

    The problem is:

    how to do for make a groups for different worlds? I don't find this solution on wiki page..

    Example of my group user on the file:

    Code:
      nsm:
        prefix: '&6'
        permissions:
        - noinstantlogin.add
        - bukkit.command.plugins
        - bukkit.command.version
        - mobarena.use.join
        - mobarena.use.leave
        - mobarena.use.spectate
        - mobarena.use.arenalist
        - mobarena.use.playerlist
    What is the correct change?
     
  28. Offline

    hogeco

    Sharkmaster321
    first, i noticed another of your mistakes in the code that i missed: put single quotes around the '800' for the builder rank.

    i dont think that is causing the problem but try. If still having issues, you should provide some information to assist the person who wants to help you.

    1. which groups do you want to be able to use the command "/back"?
    2. which groups currently are unable to use the command /back?
    3. for #2 check all groups
    4. what happens when someone that is given permission to use the command, types the command? Is there a message in chat? does nothing at all happen?

    go here Wiki.
    click on "advanced permissions setup"
    scroll down to "multiworld"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  29. Offline

    EmanuxJade

    That not resolve my problem...
     
  30. Offline

    generalmek

    KuPuK:
    group:
    - Guard
    permissions:
    - -essentials.gamemode.others
    - -essentials.fly.others
    worlds:
    World: {}
    not work!!!! or Iam make something wrong?
     
  31. Offline

    MortesNoize

    What do i need to write for the Default Group that they can Chat but not edit any Block (Break, Place) ?
     

Share This Page