[GEN] General 3.6.2 (Webern) -- A plugin for general commands, now on BukkitDev! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Celtic Minstrel, Mar 6, 2011.

  1. Offline

    Celtic Minstrel

    General 3.6.2 [Webern]
    NOTE: If you are updating from 3.4.1 or earlier, you must copy the aliases section from the sample config file into your own config file. If you don't do this, many commands will not work.
    Download from the BukkitDev page (Older versions | Source)

    General provides a small set of basic commands for your server. See more details on the BukkitDev page.

    General is a fork of Nijikokun's plugin. It adds a few commands to the original set provided by General.

    Without Nijikokun's original General plugin, this plugin would never have been possible. Or at least, I would not have made it. General Essentials (the source of the /kit command) was created by wjykk and has had some input from cjc343. The SpawnMob plugin, from which I adapted the code for the /mobspawn command, was created by xmlns and is now maintained by jordanneil23.

    I recommend using sk89q's CommandHelper in conjunction with this plugin. Starting from 3.4.5, there is a command-helper.txt file included with the download which you can copy to CommandHelper's config.txt for some handy aliases, such as /spawn and /home.

    Differences from cjc343's now-inactive fork
    • Does not detect that another plugin has registered the same command.
    • /playerlist and /who are two separate commands
    • Different items.db format
    • Does not support setting or viewing the raw time.
     
  2. Offline

    Jan Tojnar

    I had similar problem. I spawned a lot of humans but suddenly it broke (sent same message as /mob and output error in console). Afterwhile it worked again.

    Also i can't spawn pigzombie and amount isn't working.
     
  3. Offline

    Celtic Minstrel

    I'll fix that when I upgrade to 634 or higher. Not sure when that will be.

    Your log suggests you're running 3.3. Have you tried upgrading to 3.3.1?

    Well, the problem lies in the permissions system somewhere. Do you have a plugin installed to manage permissions? (GroupManager, Permissions, or even WorldEdit are accepted.) Also, please post the "permissions:" section from your config file.

    You're supposed to be able to spawn pig zombies with either "pigzombie" or "zombiepigman", but there's a bug that causes the first to not work. As for amount, it simply isn't implemented; I forgot to do that, sorry.
     
  4. Offline

    DeathQueen

    I'm using Permissions 2.5.5 and it says Permissions isn't found. Any reason why?
    Code:
    # The ops-only flag is used if the permissions system is set to Basic, and specifies which actions
    # should be restricted to ops. If any other permissions system is specified, it is ignored.
    # Valid permission systems: Basic, Permissions, GroupManager, WorldEdit, CraftBukkit
    
    permissions:
      system: Permissions
      ops-only:
       - general.time.set
       - general.teleport
       - general.teleport.other
       - general.teleport.coords
       - general.teleport.other.mass
       - general.summon
       - general.give
       - general.give.infinite
       - general.give.group.notitem
       - general.give.group.bedrock
       - general.give.group.fluid
       - general.spawn.set
       - general.spawn.other
       - general.getpos.other
       - general.clear.other
       - general.take.other
       - general.heal
       - general.mobspawn
       - general.kit.<kitname>
       - general.kit-now
       - general.admin
    
    # This section lets you restrict certain items to particular groups in the /give command.
    # The default configuration shown here restricts items that either are not an item (ie they
    # have a different ID for the corresponding inventory item) or are duplicates of another
    # item (eg the burning furnace). It also restricts bedrock and fluids.
    #
    # Note that this only blocks the user from using the /give command to get these items.
    # If they are obtained in any other way, there is nothing to prevent the user from
    # placing them. Use WorldGuard for that.
    #
    # The others-for-all setting specifies whether items not in a group are accessible by default.
    # If false, items not in a group can be considered as belonging to the group "other".
    
    give:
      groups:
        notitem: [26, 55, 59, 62, 63, 64, 68, 71, 74, 75, 83, 90, 93, 94]
        bedrock: [7]
        fluid: [8, 9, 10, 11]
      others-for-all: true
    
    playerlist:
      show-health: false
      show-coords: false
      show-world: false
    
    # If true, show the message of the day on login.
    show-motd: true
    
    time:
      format-24-hour: false
      show-ticks: true
    
    # This section is for if you want economy enabled. Currently the only accepted option is system,
    # which should be either None or iConomy.
    
    economy:
      system: iConomy
      commands:
        timeset: 0
        heal: 0
        mobspawn: 0
        kit: 0
      items:
        351: 0
        276: 0
        # etc
    
    # The format that a chat message's first word must take for General to assume that the player
    # may be tagging another player. For example, if you set it to '@name', it will use Twitter-style
    # tagging. Tagging currently only means that the tagger will be informed if the player is away.
    tag-fmt: 'name:'
     
  5. Offline

    DJ_Idol

    Yeah I'm running the latest permissions (2.5.5?)

    Here's the config:

    Code:
    groups:
        Citizen:
            default: true
            info:
                prefix: '[Citizen]'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'lwc.protect'
                - 'mcmmo.skills.*'
                - 'mcmmo.regeneration'
                - 'myhome.home.*'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'general.playerlist'
                - 'general.tell'
                - 'general.getpos'
                - 'general.getpos.other'
                - 'general.who'
                - 'general.time'
                - 'mcbans.vote'
                - 'mcmmo.ability.excavation'
                - 'turnstile.use'
                - 'elevators.builder'
        Trader:
            default: false
            info:
                prefix: '&f[&aTrader&f]'
                suffix:
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
        Fighter:
            default: false
            info:
                prefix: '&f[&eFighter&f]'
                suffix:
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'ecoCreature.Rewarding.*'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.unarmed'
        Builder:
            default: false
            info:
                prefix: '&f[&5Builder&f]'
                suffix:
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'measuringtape.measure'
                - 'measuringtape.tape'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'elevators.advancedbuilder'
        Donator:
            default: false
            info:
                prefix: '&f[&6Donator&f]'
                suffix:
                buid: true
            inheritance:
                - Citizen
            permissions:
                - 'magiccarpet.mc'
                - '/stack'
        Guard:
            default: false
            info:
                prefix: '&f[&1Guard&f]'
                suffix:
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'general.time.set'
                - 'general.teleport'
                - 'general.teleport.other'
                - 'general.teleport.coords'
                - 'general.teleport.other.mass'
                - '/stack'
                - '/stopfire'
                - 'iConomy.admin.stats'
                - 'autosave.save'
                - 'autosave.status'
                - 'autosave.version'
                - 'mcbans.kick'
                - 'mcbans.lookup'
                - 'mcbans.view_ban'
                - 'mcbans.unban'
                - 'mcbans.tempban'
                - 'mcbans.ban.local'
                - 'mcbans.ban.global'
                - 'mcbans.vote'
                - 'mcbans.vote.kick'
                - 'mcbans.vote.msg'
                - 'mcbans.clear'
                - 'mcbans.reload'
                - 'mcbans.offline'
                - 'mcbans.online'
                - 'mcbans.mod'
                - 'herochat.admin'
                - 'lwc.admin'
                - 'turnstile.*'
                - 'turnstile.admin.*'
                - 'elevators.operator'
        Admin:
            default: false
            info:
                prefix: '&f[&cAdmin&f]'
                suffix:
                build: true
            permissions:
                - '*'
    users:
        DJ_Idol:
           group: Admin
           info:
               prefix: '&f[&cCaptain&f]'
               suffix:
           permissions:
        DeusEgo:
           group: Guard
           permissions:
                - '*'
        TheSasquatch:
           group: Guard
           permissions:
                - '*'
        Pergale:
           group: Trader
           permissions:
        patriotails:
           group: Trader
           permissions:
        filipfonky:
           group: Trader
           permissions:
        bk201soren:
           group: Trader
           permissions:
        enemycommander:
           group: Builder
           permissions:
        setsune1:
           group: Builder
           permissions:
        cmcoauette:
           group: Fighter
           permissions:
        gatovermelho:
           group: Builder
           permissions:
        grakair:
           group: Fighter
           permissions:
        gersendai:
           group: Fighter
           permissions:
        blooba96:
           group: Builder
           permissions:
        ebebe73:
           group: Trader
           permissions:
        lambo9q:
           group: Builder
           permissions:
        kallemander:
           group: Builder
           info:
              prefix: '&f[&fD&co&en&aa&9t&1o&5r&f]'
              suffix:
              build: true
           permissions:
              - 'magiccarpet.mc'
              - '/stack'
        freakykiz:
           group: Fighter
           permissions:
        doomtoom:
           group: Fighter
           permissions:
        endifier:
           group: Fighter
           permissions:
        klezis:
           group: Builder
           permissions:
        carnth:
           group: Trader
           permissions:
        xedae:
           group: Builder
           permissions:
        kasabaru:
           group: Fighter
           permissions:
        sick_miner:
           group: Builder
           permissions:
        zerogouki:
           group: Builder
           permissions:
    
     
  6. Offline

    Celtic Minstrel

    Not really sure... you're certain that Permissions is reported as successfully loading though? That could be it, though it's unlikely it wouldn't.

    If you have WorldEdit and you can't manage to get it to work, you could always try setting "system:" to WorldEdit in your config; if you do that, WorldEdit should auto-detect Permissions and link General with it. If you don't have WorldEdit, or using WorldEdit doesn't work, I'd suggest posting your startup log. I don't know if it could help me, but just in case?

    Ah, thanks, but that's your Permissions config. I actually wanted your General config. :)
     
  7. Offline

    DJ_Idol

    Oops lol sorry, here's my General config:

    Code:
    # The ops-only flag is used if the permissions system is set to Basic, and specifies which actions
    # should be restricted to ops. If any other permissions system is specified, it is ignored.
    # Valid permission systems: Basic, Permissions, GroupManager, WorldEdit, CraftBukkit
    
    permissions:
      system: Permissions
      ops-only:
       - general.time.set
       - general.teleport
       - general.teleport.other
       - general.teleport.coords
       - general.teleport.other.mass
       - general.summon
       - general.give
       - general.give.infinite
       - general.give.group.notitem
       - general.give.group.bedrock
       - general.give.group.fluid
       - general.spawn.set
       - general.spawn.other
       - general.getpos.other
       - general.clear.other
       - general.take.other
       - general.heal
       - general.mobspawn
       - general.kit.<kitname>
       - general.kit-now
       - general.admin
    
    # This section lets you restrict certain items to particular groups in the /give command.
    # The default configuration shown here restricts items that either are not an item (ie they
    # have a different ID for the corresponding inventory item) or are duplicates of another
    # item (eg the burning furnace). It also restricts bedrock and fluids.
    # 
    # Note that this only blocks the user from using the /give command to get these items.
    # If they are obtained in any other way, there is nothing to prevent the user from
    # placing them. Use WorldGuard for that.
    #
    # The others-for-all setting specifies whether items not in a group are accessible by default.
    # If false, items not in a group can be considered as belonging to the group "other".
    
    give:
      groups:
        notitem: [26, 55, 59, 62, 63, 64, 68, 71, 74, 75, 83, 90, 93, 94]
        bedrock: [7]
        fluid: [8, 9, 10, 11]
      others-for-all: true
    
    playerlist:
      show-health: true
      show-coords: false
      show-world: false
    
    # If true, show the message of the day on login.
    show-motd: true
    
    time:
      format-24-hour: false
      show-ticks: true
    
    # This section is for if you want economy enabled. Currently the only accepted option is system,
    # which should be either None or iConomy.
    
    economy:
      system: None
      commands:
        timeset: 0
        heal: 0
        mobspawn: 0
        kit: 0
      items:
        351: 0
        276: 0
        # etc
    
     
  8. Offline

    Celtic Minstrel

    Hm... I'm not sure then. Are you using Permissions 2.5.4? General 3.3.1 will refuse to link with Permissions 2.5.4 due to its initialization erroring out on BLOCK_BREAK. I don't suppose it gives any errors on startup?

    Oh, did I ask what CraftBukkit version you're using? That might help...
     
  9. Offline

    DJ_Idol

    I'm on Permissions 2.5.5, and CraftBukkit 617
     
  10. Offline

    Skelly10

    Hello i have been having a problem where the help menu (/help) is not displayed right it is still the default help menu please tell me how to fix this?
     
  11. Offline

    Celtic Minstrel

    Use /general help; a plain /help isn't going to work until (unless?) dynamic command registration becomes possible (or my pull request gets accepted).
     
  12. Offline

    DJ_Idol

    Any idea on why the commands aren't working for me? Sorry to bother you...just confuses me as they all used to work before the 1.4 update...

    Also, if it helps, /general help and /general motd work aswell as /tp. The commands that don't work return text showing how to use command, I.E. I try to use /i 20:64 it tells me : /i item[:data] [amount] [player] or /online just gives me /online
     
  13. Offline

    Celtic Minstrel

    It's confusing me too.

    Well, for /general help|motd that could be a clue, because they don't do any checks for permission. As for /tp, that's not a General command (it's /tele for General); either you have another plugin such as TelePlus installed, or you're actually using the Minecraft /tp command.

    Usually this means one of two things: either you typed the command wrong, or there was an exception thrown.

    I think I'm going to suggest you try a different permissions system; WorldEdit if you have it, or Basic otherwise. See if that fixes it. Or check to see if there are any General or Permissions related errors when you start up the server. Or both.
     
  14. Offline

    DJ_Idol

    Ok, thanks. I'll try removing all the permissions nodes from my permissions config and adding them to the WorldEdit config (Never used WE for permissions, but I'll figure out how to do it) and let you know if it worked.
     
  15. Offline

    Celtic Minstrel

    Actually, WorldEdit will recognize and use Permissions, so that might not even be necessary.
     
  16. Offline

    DJ_Idol

    I looked further into my log and found this, btw:

    Code:
    011-04-06 02:13:32 [INFO] [General-3.3] Configuration file does not exist. Attempting to create default one...
    2011-04-06 02:13:32 [WARNING] [General-3.3] Could not read and/or write config.yml! Continuing with default values!
    java.lang.NullPointerException
        at net.craftstars.general.General.loadConfiguration(General.java:210)
        at net.craftstars.general.General.onEnable(General.java:113)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 02:13:32 [INFO] [General-3.3] Configuration file does not exist. Attempting to create default one...
    2011-04-06 02:13:32 [WARNING] [General-3.3] Could not read and/or write items.yml! Continuing with default values!
    java.lang.NullPointerException
        at net.craftstars.general.items.Items.loadConfig(Items.java:93)
        at net.craftstars.general.items.Items.setup(Items.java:109)
        at net.craftstars.general.General.onEnable(General.java:116)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 02:13:32 [WARNING] [General-3.3] Names of items are missing.
    2011-04-06 02:13:32 [SEVERE] null loading General v3.3 (Is it up to date?)
    java.lang.NullPointerException
        at net.craftstars.general.items.Items.loadItemAliases(Items.java:183)
        at net.craftstars.general.items.Items.setup(Items.java:126)
        at net.craftstars.general.General.onEnable(General.java:116)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    
    But I don't understand, I have the /General folder, with the items.yml and config.yml in it...
     
  17. Offline

    tekac

    Sooo ... you never addressed me. Any plans to get rid of the [DEBUG] i'm finding in the console with your plugin? It is pointless spam.
     
  18. Offline

    Skelly10

    ok so i did this but it just said help topic unavailable?????
     
  19. Offline

    Celtic Minstrel

    Yes; I generally try to remove all that stuff before releasing, but sometimes I miss some.

    You need to create the help files; the main help file is player.help, and you can create more called topic.help (replacing "topic" with whatever you like). Put all the files in your General folder and it should work.

    @DJ_Idol - That's strange error. Maybe try moving the config files somewhere else, creating a new pair, and copying all the data over? All while the server is stopped, of course.

    Another idea is to try running your server with just General (what I do is move everything else into a plugins-disabled folder) and see if your other errors disappear, and then add in your other plugins one at a time.
     
  20. Offline

    piousminion

    I really love this plugin, but CommandBook has ban/kick features. I'd prefer not to switch, but what do you guys use to let your non-ops kick and ban?
     
  21. Offline

    Celtic Minstrel

    It's still newly released and somewhat glitchy, but you could try DefaultPermissions (currently in the Submissions forum). You need Permissions for that though. It might also work with the Essentials fake Permissions; I haven't tried it.
     
  22. Offline

    Matthamatic

    give and time commands are not working for me and I cant seem to figure it out. The other commands and plugins seem to work fine. Here is my server log if you could plz take a look: http://pastebin.com/bUjjBdAx
     
  23. Offline

    revfeuerfrei

    Getting a bug with mob spawn. Bukkit 617, and I'm admin with permissions * using Permissions 2.5.5.

    Code:
    2011-04-07 05:29:15 [INFO] [General-3.3] [DEBUG] [Skeleton, 1]
    2011-04-07 05:29:15 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mob' in plugin General v3.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.World.spawnCreature(Lorg/bukkit/Location;Lorg/bukkit/entity/CreatureType;)Lorg/bukkit/entity/Creature;
            at net.craftstars.general.mobs.xmlns.jordanneil23.MobType.spawn(MobType.java:287)
            at net.craftstars.general.command.mobspawnCommand.fromPlayer(mobspawnCommand.java:92)
            at net.craftstars.general.CommandBase.runCommand(CommandBase.java:13)
            at net.craftstars.general.General.onCommand(General.java:239)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    2011-04-07 05:29:43 [INFO] mob Spider 1
    2011-04-07 05:29:43 [INFO] [General-3.3] [DEBUG] [Spider, 1]
    2011-04-07 05:29:43 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mob' in plugin General v3.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.World.spawnCreature(Lorg/bukkit/Location;Lorg/bukkit/entity/CreatureType;)Lorg/bukkit/entity/Creature;
            at net.craftstars.general.mobs.xmlns.jordanneil23.MobType.spawn(MobType.java:287)
            at net.craftstars.general.command.mobspawnCommand.fromPlayer(mobspawnCommand.java:92)
            at net.craftstars.general.CommandBase.runCommand(CommandBase.java:13)
            at net.craftstars.general.General.onCommand(General.java:239)
    
     
  24. Offline

    Celtic Minstrel

    @Matthamatic and @revfeuerfrei - I'd love to help, but your logs seem to indicate that you are using 3.3 rather than 3.3.1. I'm pretty sure /mobspawn was just broken in 3.3. Not sure about /give and /time, but they work for me in 3.3.1, so could you try updating and see if that fixes it?
     
  25. Offline

    Matthamatic

    Used ur Github page to get 3.3.1 zip file log still just says 3.3, I figured you just did not include the .1 in the version display. 3.3.1 is installed and everything looks exactly the same. :(

    Edit: I am downloading my server via FTP to test it locally, trying to eliminate variables. It looked like the file updated correctly (the file size changed) and I tried using the hosts control panel and FTP to upload/update General, but all get the same result.

    Edit 2: Tried it locally and with out the hosting company plugin, same result. then I noticed plugin.yml was missing, so I put it in and it WORKED. FYI the log still only says 3.3. Thanks for the help :)
     
  26. Offline

    revfeuerfrei

    Same here, used your Github, still shows 3.3 no .1

    And now


    12:53:42 [INFO] mob Skeleton 1
    12:53:42 [INFO] RevFeuerFrei issued server command: mob Skeleton 1

    says unknown command, did you remove mob spawning in the latest release?
     
  27. Offline

    DJ_Idol

    Hey man just wanted to let you know I moved the old /General folder, made a new one and uploaded the default configs, changed the config.yml to support permissions, and all was well. Not sure what the deal was, but I appreciate your patience haha. Glad I got everything working again, keep up your good work!
     
  28. Offline

    revfeuerfrei

    I had to do the same thing, but now things are working.
     
  29. Offline

    Celtic Minstrel

    I deleted and re-uploaded the 3.3.1 jar; it should now correctly report its version.
     
  30. Offline

    DJ411

    when i do /Give Stone 1 i get invalid item error i get nothing. If i do /give 1 1 i get 1 stone. If i do /give DJ411 1 1 i get one stone same goes with /i

    What can i do to make item words work? i can't stand looking for the item IDs if i know the name.
     
  31. Offline

    pwncake

    Support for 670?
     

Share This Page