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. Offline

    Jobsti

    Works for me with all new builds. now on #1118 (No errors yet)
     
  3. Offline

    tekac

    @Jobsti dev version or stable version?
     
  4. Tried the Dev version, gives me roughly the same Erros as Tekac
     
  5. Offline

    baffu

    Is this correct? Do I need the rank number?
    Code:
    groups:
        Guest:
            default: true
            prefix: ''
            inheritance:
            permissions:
            - essentials.spawn
            - essentials.rules
        Default:
            default: False
            prefix: ''
            inheritance:
            permissions:
            - essentials.spawn
            - essentials.help
            - essentials.compass
            - essentials.home
            - essentials.sethome
            - essentials.info
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.helpop
            - essentials.afk
            - lwc.protect
            - iConomy.access
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - ChestShop.shop.buy
            - ChestShop.shop.sell
        Mods:
            default: false
            prefix: '&9[Mod]&f '
           inheritance:
            - Default
            permissions:
            - essentials.back.*
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.ban
            - essentials.ban.offline
            - essentials.tempban
            - essentials.kick
            - essentials.kickall
            - essentials.helpop.recive
            - essentials.togglejail
            - essentials.togglejail.exempt
            - bb.admin.info
            - essentials.warp
            - essentials.warp.list
            - essentials.warp.[warpname]
            - lwc.mod
        Admins:
            default: false
            prefix: '&c[Admin]&f '
            inheritance:
            permissions:
            - '*'
    Also the 4 jars, permissions is the old permissions 3 chat, is the optional as I have essentials chat and if I remove the modify world thing so everyone has everything? will that work?

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

    tekac

    I can confirm. The [Stable] version does WORK with build #1118.

    There is a bug that needs to be fixed, and I have no doubt the author will work on. Very minor, but gamebreaking in a way.

    With modifyworld enabled, there is no check for XP orbs. I have a player who has constant xp orbs just flying around them and they're saying they have no permissions for it. I'm about to enable an interact flag and try that, but just a heads up meanwhile.

    EDIT: modifyworld.items.* will allow exp orbs to be absorbed.
     
  7. Offline

    Gurkengelee

    Won´t work for me.
    When I try
    pex user Gurkengelee group set Admins
    after I set up the Admins group I will get several errors starting with
    "Unexpected exception while parsing console command"
    and a bunch of stuff
    at org.bukkit.command...
    at org.bukkit.craftbukkit...
    at net.minecraftserver...
    at ruh.tehkode.permissions...

    If I´d knew how to log the error message I would post it completely.
    Any ideas?
     
  8. Offline

    Rofang

    So we'll eventually have a way to specify that a group can pick up only XP orbs and nothing more, I assume? Er, actually, disabling XP drops for said group and leaving all of their item pickups disabled would be preferable, but the former would be an acceptable compromise.
     
  9. Offline

    godgodgodgo

    can you make prefixes and suffixes for individual players?
     
  10. Offline

    tekac

    Yes
    /pex user USER prefix &7
     
  11. Offline

    godgodgodgo

    ...sorry but how do i lay it out in the permissions file? <3
     
  12. Offline

    tekac

    @godgodgodgo I just gave you the command. Use it ingame, it will auto-input it in the permissions.yml file and you can use the layout and go from there with other users.
     
  13. Offline

    godgodgodgo

    http://pastebin.com/1VQEWiZe
    HELP :'(
    CraftBukkit: 1118
    Most recent PEX version

    Can users have multiple groups?

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

    SBD09

    cant get in inheritance to work does anyone know the layout for it?
     
  15. Offline

    c4ss

    Hey there. First of all: Thanks for this plugin. Looks like a lot of work. :)

    Sadly, i am running into a problem. Im migrating from the old permissions plugin (i know, should have done that some time now :D), to permissionsex 1.13 and cb 1060. Ive set up some permissions already, but i cant seem to get my default (guest) group to be able to use levers, buttons, minecarts, etc.
    If i give them modifyworld.blocks.interact.* it works fine, but with blockids (for example, stone button: modifyworld.blocks.interact.77), i gets denied.
    After testing some time now, im frustrated, and hope somebody of you can help me. Thanks in advance!

    Here are the three files PermissionsEx/config.yml, PermissionsEx/permissions.yml and Modifyworld/config.yml (in that order). Please ignore the comments in german, i left them to make sure they arent the problem, although i have no idea why they should be.
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            disable-unmatched: false
            enable: true
            matched-permissions: true
            raw-permissions: true
        allowOps: false
        debug: false
        basedir: plugins/PermissionsEx
    Code:
    groups:
        Gast:
            default: true
            options:
                rank: '1000'
            permissions:
            - nethrar.use
            - essentials.help
            - essentials.helpop
            - essentials.rules
            - essentials.motd
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.usebeds
            - modifyworld.blocks.interact.stone
            - modifyworld.blocks.destroy.stone
            - modifyworld.blocks.place.stone
            - modifyworld.blocks.interact.64 # Wooden Door
            - modifyworld.blocks.interact.69 # Lever
            - modifyworld.blocks.interact.70 # Stone Pressureplate
            - modifyworld.blocks.interact.72 # Wooden Pressureplate
            - modifyworld.blocks.interact.77 # Stone Button
            - modifyworld.blocks.interact.96 # Trapdoor
            # Nachfolgend fuer Minecarts. item.have bedeutet in Hand halten
            - modifyworld.blocks.interact.328
            - modifyworld.blocks.destroy.328
            - modifyworld.blocks.place.328
            - modifyworld.items.pickup.328
            - modifyworld.items.have.328
            # Nachfolgend fuer Boote. item.have bedeutet in Hand halten
            - modifyworld.blocks.interact.333
            - modifyworld.blocks.destroy.333
            - modifyworld.blocks.place.333
            - modifyworld.items.pickup.333
            - modifyworld.items.have.333
            # Nicht sicher, ob das hier nicht die beiden obigen
            # Abschnitte (Boot+Minecart) unnoetig macht.
            # Egal, sicherheitshalber doppelt gemoppelt.
            - modifyworld.vehicle.destroy
            - modifyworld.vehicle.enter
            - modifyworld.vehicle.collide
            - lvt.vote.time.join
            prefix: '&f[&8Gast&f]&f'
        Citizen:
            permissions:
            - modifyworld.*
            - essentials.afk
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.signs.warp.use
            - essentials.signs.use.free
            - essentials.signs.use.disposal
            - lwc.protect
            - logblock.me # Gibt eine Uebersicht veraenderter Bloecke, harmlos
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
    #        - mcmmo.ability.swords    Viel zu stark
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - mcmmo.commands.whois
            - lvt.vote.time.start
            options:
                rank: '900'
            inheritance:
            - default
            prefix: '&2'
        Elder:
            options:
                rank: '800'
            inheritance:
            - Citizen
            prefix: '&6'
            permissions:
            - /worldguardnotify
            - tpp.mod.*
            - tpp.tp.*
            - essentials.signs.heal.use
            - essentials.signs.free.use
            - essentials.signs.disposal.use
            - essentials.ban
            - essentials.kick
            - essentials.unban
            - essentials.god
            - essentials.helpop.receive
            - worldguard.fire-toggle.*
            - creaturebox.*
            inheritance:
        Admins:
            permissions:
            - '*'
            - -mcmmo.ability.swords
            options:
                rank: '0'
            inheritance:
            - Elder
            prefix: '&4'
    users:
        c4ss:
            group:
            - Gast
    
    Code:
    informPlayers: true
    enable: true
    itemRestrictions: true
    messages:
        prohibitedItem: You have prohibited item "%s".
        whitelistMessage: You are not allowed to join this server. Goodbye!
        permissionDenied: Sorry, you don't have enough permissions
        whitelist: You are not allowed to join this server. Goodbye!
    whitelist: false
    drop-restricted-item: true
    
     
  16. Offline

    Jobsti

    So, PEX works with the actual build, but we need a modifyworld update.

    Thanks for your great work, I like pex. Switched from GM to pex with 1.8.
     
  17. Thanks for this Permissions plugin, it works very good with all my plugins, even the regular iChat Permissions 2 version works fine using the bridge :)
    edit: ^lol I was using GroupManager before too, just updated for 1.8
     
    Jobsti likes this.
  18. Offline

    Jiggy

    Nvm got it fixed
     
  19. Offline

    ice_cube

    how could i add prefix's and suffix's?
     
  20. Offline

    baffu

    When I add the * permission to my permissions.yml the yamal parser says error, how can I make it work heres my file atm
    Code:
    users:
        t3hk0d3:
            group: default
            permissions:
            - permissions.*
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - essentials.spawn
            - essentials.help
            - essentials.compass
            - essentials.home
            - essentials.sethome
            - essentials.info
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.helpop
            - essentials.afk
            - lwc.protect
            - iConomy.access
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            prefix: ''
        Donor:
            inheritance:
            - default
            permissions:
            - multihome.defaulthome.set
            - multihome.defaulthome.go
            - essentials.warp
            prefix: '&3[D]&f '
        Warrior:
            inheritance:
            - default
            permissions:
            - mcmmo.skills.taming
            - mcmmo.skills.archery
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.ability.swords
            prefix: '&f[W]&f '
        Farmer:
            inheritance:
            - default
            permissions:
            - mcmmo.skills.woodcutting
            - mcmmo.skills.herbalism
            - mcmmo.ability.herbalism
            - mcmmo.ability.woodcutting
            - appleseed.plant.apple
            - appleseed.plant.cocoa_beans
            - appleseed.sign.place
            prefix: '&f[F]&f '
        Mayor:
            inheritance:
            - Default
            permissions:
            prefix: '&6[Mayor]&f '
        Vip:
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.warp
            - essentials.warp.list
            - essentials.warp.[warpname]
            prefix: ''
        SuperMods:
            inheritance:
            - Mods
            permissions:
            prefix: '&e[SMod]&f '
        Admins:
            inheritance:
            - default
            permissions:
            - *
            prefix: '&c[Admin]&f '
     
  21. Offline

    Buckethead

    oh u have lockette id recomend replacing it with deadbolt its actually kept uptodate and uses same format so all ur old sign will work. just a sugestion
     
  22. Actually, Acru has returned, has updated the plugin, and is working on keeping it up to date. But that's OT for this thread. :)
     
  23. Offline

    compwiz91

    Could someone point me at a page where there's a code reference to multi-world permissions? i read through the installing guide but it didnt cover multi-world permissions. Everything else ported over nicely from Permissions 3.1.6
    and this is a much easier way of editing permissions just confused about multiworld. I know i have to specify a world just not sure where thats supposed to go in the code.

    IRC helped me fix that for world specific just not the negating part...

    Code:
    Admin:
            default: false
            info:
                prefix: ''
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
                    - '*'
            worlds:
                world:
                    permissions:
                    - -mcmmo.*
    
    that should give admins All commands EXCEPT mcmmo in world right?
     
  24. Offline

    baffu

    In the example it uses the * for the admins group but the yamal parser dosen't like it.
    Code:
    users:
        t3hk0d3:
            group: default
            permissions:
            - permissions.*
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - essentials.spawn
            - essentials.help
            - essentials.compass
            - essentials.home
            - essentials.sethome
            - essentials.info
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.helpop
            - essentials.afk
            - lwc.protect
            - iConomy.access
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            prefix: ''
        Donor:
            inheritance:
            - default
            permissions:
            - multihome.defaulthome.set
            - multihome.defaulthome.go
            - essentials.warp
            prefix: '&3[D]&f '
        Warrior:
            inheritance:
            - default
            permissions:
            - mcmmo.skills.taming
            - mcmmo.skills.archery
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.ability.swords
            prefix: '&f[W]&f '
        Farmer:
            inheritance:
            - default
            permissions:
            - mcmmo.skills.woodcutting
            - mcmmo.skills.herbalism
            - mcmmo.ability.herbalism
            - mcmmo.ability.woodcutting
            - appleseed.plant.apple
            - appleseed.plant.cocoa_beans
            - appleseed.sign.place
            prefix: '&f[F]&f '
        Mayor:
            inheritance:
            - Default
            permissions:
            prefix: '&6[Mayor]&f '
        Vip:
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.warp
            - essentials.warp.list
            - essentials.warp.[warpname]
            prefix: ''
        SuperMods:
            inheritance:
            - Mods
            permissions:
            prefix: '&e[SMod]&f '
        Admins:
            inheritance:
            - default
            permissions:
            - *
            prefix: '&c[Admin]&f '
     
  25. Offline

    Lolmewn

    How can I remove the group name in front of the user?
    I tried setting a prefix, but that just shows up before that.
     
  26. Offline

    Steffion

    Hello, Is this already for 1.8.1? Plz Reply :D
     
  27. Offline

    sorklin

    use:
    - '*'
    for single *.
     
  28. Offline

    tekac

    You don't deserve a reply if you can't read back simply 1 page of posting ...
     
  29. Offline

    sorklin

    Just a heads up, it appears that PEX has gone a bit wonky for the dev version of craftbukkit (#1130) My plugin won't operate without explicit permissions ('*' isn't catching things anymore).
     
  30. Offline

    Sooks

    Seems to work fine on my end.. EXCEPT! PREFIXES don't work...
     
  31. Offline

    Buckethead

    oh yeah ok then the one other diffrence is that deadbolt let u use it on trapdoors and u can get more grnular with permissoinsand also put colored signs

    newest pex i believe mc 1.8.1

    Code:
    18:58:48 [INFO] [PermissionsEx] Initializing file backend
    18:58:48 [SEVERE] java.lang.NoSuchFieldException: bq
    18:58:48 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:56)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    18:58:48 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    18:58:48 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    18:58:48 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    18:58:48 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    18:58:48 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    18:58:48 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    18:58:48 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    18:58:48 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    18:58:48 [SEVERE] java.lang.NoSuchFieldException: br
    18:58:48 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:57)
    18:58:48 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    18:58:48 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    18:58:48 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    18:58:48 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    18:58:48 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    18:58:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    18:58:48 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    18:58:48 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    18:58:48 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    18:58:48 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018

Share This Page