Inactive [GEN] DefaultCommands v4.0.0 - The "default" plugin [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by vildaberper, Mar 2, 2011.

  1. Offline

    Plancke

    Code:
    02:03:27 [SEVERE] PLAYER_INTERACT_ENTITY loading DefaultCommands v3.3.0 (Is it u
    p to date?)
    java.lang.NoSuchFieldError: PLAYER_INTERACT_ENTITY
            at com.vildaberper.DefaultCommands.DefaultCommands.onEnable(DefaultComma
    nds.java:82)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  2. Offline

    vildaberper

    "IF YOU HAVE FOUND A BUG / ERROR, POST YOUR VERSION OF CRAFTBUKKIT, YOUR PLUGINS, AND THE ERROR MESSAGES."
    Please.

    People need to learn this. :(
     
  3. Offline

    Plancke

    srry
    1.5_02 Craftbukkit

    Choptree
    Defaultcommands
    Delayedstop
    EssentialsGroupBridge
    EssentialsGroupManager
    Fencestack
    Firefix
    Fullchest
    Gravelclay1.1
    Jail
    Mobrider
    Mobspawn
    nChat-0.3
    Spyeradmin
    Syerfun
    Stealthlogin
    VoxelDoop
    VoxelMimic
    VoxelMore
    VoxelSniper
    Wolfpound

    i didn't get the normal permissions working I don't know why but i used the groupmanager for along time along with defaultcommands with no problems at all.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  4. Offline

    vildaberper

    CB build?
     
  5. Offline

    Alunaris

    I'm running through servercraft, which means I unfortunately have limited access to a lot of my server files that aren't plugins, such as worlds. If we /create a new world, at the moment, we have no way to delete it, and it starts taking up resources that we don't have. Any hope for a /deleteworld?
     
  6. Offline

    vildaberper

    Yep, but it will require a restart. Ill include it in the next version. :)
     
  7. Offline

    ThePilotGuy

    OFFLINE INV SEEING!! Thank You So much! :D :D
     
  8. Offline

    krnel

    Hello,

    Is there a way to disable commands?

    Let's say I want to use the warp command from MyWarp, how do I disabled this plugins' /warp command?

    You have another command /ch, this is used by HeroChat. There are other examples for commands I would need disabled to use this. I would need to disable the chat for instance :)

    Thanks!
     
  9. Offline

    Plancke

  10. Offline

    Drageer

    Running RB 798
    No errors on console really, but my warps don't seem to be saving?
    I know this must be something really obvious that i am missing....
    I don't think i'll need to post my plugins for this....
     
  11. Offline

    Don Redhorse

    yes you can... you need to edit commands.yml and remove the ALIASES in there:

    before:

    dcspawn:
    - spawn

    after:

    dcspawn: []

    don't do it when the server is up.
     
  12. Offline

    suicidal_banana

    Uhh, i just signed up to report that since i started using 3.3.0 today (and updating bukkit & other plugins @ same time) it doesnt seem to care much about permissions, default players have the ability to create worlds aka stall/crash server, and see all commands on help page..? hoping its my fault heres my little 'bugreport';

    Errors:
    None in console, but permissions seem to be ignored, defaults can create worlds while not having permission etc. I have another world with a permissions file thats a exact copy (since its bound to change id rather not use the setting at top to copy from default world)
    Normal world is called 'world' and the other 'newworld' (all yml files etc were in place, also for the other plugins) the error was repeatable in both worlds.

    Craftbukkit version: 798

    Plugins:
    Permissions file:
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            info:
                build: true
                prefix: '&7'
                suffix: ''
            inheritance: null
            permissions:
            - dc.afk.self
            - dc.do
            - dc.extinguish.self
            - dc.home.self
            - dc.join.self.*
            - dc.message.other
            - dc.sethome.self
            - dc.spawn.self.*
            - dc.teleport.self.*
            - dc.worlds
            - chestlock.own
            - chestlock.lock
            - chestlock.unlock
            - chestlock.unlockable
            - motd.motd.use
            - motd.vtime.use
        Vips:
            default: false
            info:
                build: true
                prefix: '&a'
                suffix: ''
            inheritance: null
            permissions:
            - dc.afk.self
            - dc.do
            - dc.extinguish.self
            - dc.flint_and_steel.*
            - dc.god.self
            - dc.home.self
            - dc.join.self.*
            - dc.kick.other
            - dc.message.other
            - dc.sethome.self
            - dc.spawn.self.*
            - dc.teleport.self.*
            - dc.worlds
            - chestlock.own
            - chestlock.lock
            - chestlock.unlock
            - chestlock.unlockable
            - magiccarpet.mc
            - magiccarpet.ml
            - motd.motd.use
            - motd.vtime.use
        Mods:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - dc.*
            - chestlock.*
            - magiccarpet.mc
            - magiccarpet.ml
            - motd.*
            - weatherman.*
            - worldedit.*
            - worldguard.*
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    users:
        Aartje9:
            group: Mods
        Adokul:
            group: Vips
        aristeus:
            group: Vips
        atquick:
            group: Vips
        Berthenk:
            group: Vips
        biirra:
            group: Vips
        BMutsaards:
            group: Vips
        blacknite:
            group: Mods
        Capruce:
            group: Vips
        Chasuu:
            group: Mods
        cjbok:
            group: Mods
        crabcakes123:
            group: Vips
        Darkness049:
            group: Vips
        Dennisboy99:
            group: Vips
        DirtyJerde:
            group: Mods
        duralex:
            group: Mods
        elisgdxz:
            group: Vips
        FakeTruth:
            group: Admins
        FlowFj:
            group: Vips
        gansgeil:
            group: Vips
        ghostdavid:
            group: Vips
        gotnon:
            group: Mods
        hunter12ridpath:
            group: Vips
        Hurhaus:
            group: Vips
        irishdrunkmonkey:
            group: Vips
        IronFist43:
            group: Mods
        jamiepain:
            group: Vips
        Jazzersi:
            group: Vips
        joshmiller13:
            group: Vips
        kashai:
            group: Vips
        KillingSpree:
            group: Vips
        knutremi:
            group: Mods
        Maxwell5132:
            group: Vips
        Mental_Dragon:
            group: Vips
        Monke:
            group: Vips
        MrITkid:
            group: Mods
        mystery_NL:
            group: Vips
        naes1:
            group: Vips
        ninjahzzzz:
            group: Vips
        Ovhan:
            group: Vips
        pikabika:
            group: Vips
        puffnuget:
            group: Vips
        Riddlez:
            group: Vips
        Rockstar04:
            group: Vips
        SeyaNce:
            group: Vips
        SilentFire:
            group: Vips
        skyfall:
            group: Vips
        smashingy0u:
            group: Vips
        suicidal_banana:
            group: Admins
        syntaxz:
            group: Vips
        Tooneytunes:
            group: Vips
        Willakers:
            group: Vips
        willcliff:
            group: Vips
        Xray999:
            group: Vips
        Ynentje:
            group: Vips
        zimix:
            group: Vips
        Zoney1:
            group: Vips
        zoomafou:
            group: Vips
    Any help highly appreciated!
     
  13. Offline

    SlickTheNick

    im using the latest build of craftbukkit and the latest version of default commands, but every time I start up the server I get a endless stream of errors, mainly:
    any ideaS??
     
  14. Offline

    vildaberper

    Not only seeing, editing too! :D

    Are you sure?
    And is that all the errors you get?

    You probably ran DefaultCommands while Permissions wasnt enabled correctly, set op_permissions to false in Config.yml. :)

    Hmm, is every world known to DefaultCommands?
    Seems like theres something with MultiVerse too. :)
     
  15. Offline

    Plancke

    yes only error
     
  16. Offline

    vildaberper

    I really dont think you have build 798. Update again. :)
     
  17. Offline

    Plancke

    i had 798 but now its fixed thanks
     
  18. Offline

    krnel

    Tha'ts only the alias for the actual command right? So the alias won't do anything. But what about the actual command /spawn? If I want another plugin to handle /spawn, how to I remove this plugin's /spawn? dcspawn is not the original command for this plugin.
     
  19. Offline

    suicidal_banana

    Nice thx!
    now i just get alot of ENTITY_DAMAGE errors:
    Code:
    23:35:05 [SEVERE] Could not pass event ENTITY_DAMAGE to DefaultCommands
    java.lang.NullPointerException
            at com.vildaberper.DefaultCommands.Listener.DCEntityListener.onEntityDam
    age(DCEntityListener.java:106)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:570)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:302)
            at net.minecraft.server.EntityArrow.p_(EntityArrow.java:169)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1009)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:5
    3)
            at net.minecraft.server.World.playerJoinedWorld(World.java:991)
            at net.minecraft.server.World.cleanUp(World.java:968)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    >
     
  20. Offline

    vildaberper

    The actual command is /dcspawn. The others is just aliases from Commands.yml. :)

    Take a look at your Config.yml, might be some invalid values. :)
     
  21. Offline

    krnel

    Thank you, and Don Redhorse :) I thought it was the other way around.

    Is it possible to add /motd and /compass to this great plugin? :)

    Thank you.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  22. Offline

    vildaberper

    Yep, its coming! :D
     
  23. Offline

    SlickTheNick

    quick question, how do you actually create portals?
     
  24. Offline

    krnel

    Awesome! :D

    Have you tested this against MultiVerse or Citizens? When either of the aforementioned is on, they don't get along with "default" commands :( hehe

    MultiVerse (I disabled MultiVerse, and there were no more errors)
    I have removed the world-function aliases in the command yml file.

    Citizens errors (go away after disabling it as well)

    Hope there is something in there that can help possibly resolve the issue.

    Thanks!
     
  25. Offline

    Sam Morgan

    THIS PLUGIN IS SO AWESOME!!!! thank you! and i thought of a great idea for it..
    i dont know if this is possible but if you could make it so you could type /pickup <itemname>
    then when you have nopickup on you could still pick up that item!!!
     
  26. Offline

    inversation

  27. Offline

    Alexpop

    Why do all players except ones who has -'*' permission receive message "You do not have permission to do that" when right-clicking? It actually does nothing, as they can use whatever they want, but it's kind of annoying.
    -'dc.do' permission doesnt't fix that.
     
  28. Offline

    SlickTheNick

    figured out the portal stuff, yay! and turns out multiverse was causing some issues. Now however I keep getting endless streams of
    Basically I have a couple worlds set up. NoobKingdom, which is the default one you spawn in when you join. and one just called world, which is the main map. Everythings fine except as soon as i use /dccreate to add in the world map and then /dcjoin to enter it, i get the above error endlessly untill i shut the server down...
     
  29. Offline

    Don Redhorse

    craftbook or anything else from sk89q? search the forums... his permissions checks are broken


    Don Redhorse said:

    hmm... how do I setup the following with seperate inventory?

    creative world and creative nether
    survial world and survival nether

    I don't want to path inventory between creative and survival.. but ofcourse between world and nether​
    @vildaberper

    last try... otherwise I will stay with multiinv till that is in the wiki..


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  30. Offline

    vildaberper

    They dont get that. xD
    Try updating Permissions.

    Do /dc get :)

    Its not possible yet, but Ill probably add it in a future relaease. :)
     

Share This Page