Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 20, 2011.

Thread Status:
Not open for further replies.
     
  1. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    This post has been edited 1 time. It was last edited by MonsieurApple Aug 10, 2011.
    ev0ker, Jmcmax, Debilitation and 54 others like this.
  2.  
  3. Offline

    webdevbrian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    It appears to work with things like "stone" and "tnt" for me, however when attempting '278' (diamond pick axe) it says the same thing for me.

    Also, doing a /i pickaxe 1 will give you a diamond pick axe, there seems to be no real clarification of what are allowed names / ids with this...?
  4. Offline

    Gimmic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I cant seem to get this plugin to work with build 107

    Edit: The problem seems to be with prefix. With it commented out, plugin works fine.
    Using the prefix, neither the prefixed command nor the original command works.
  5. Offline

    ACTruncale

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Just a suggestion:
    Make the /tree and /bigtree commands spawn a tree on the players current 'looking' at postion.
  6. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Unfortunately, I have no means of doing that in Bukkit's present stage of development.
  7. Offline

    Silverlink

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Awesome plugin Thanks! Maybe /kit to be added? Have a server with swearing people that they need to mine manualy x-)
  8. Offline

    Mountaineer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there a command to disable the nickname applied to a player in-game, and revert back to their normal username?
  9. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Added /nick off to disable a nickname. Using /nick, followed by your actual name, will now disable your nickname, too--this should make it easier to figure out how to disable a nickname.

    I could not replicate the /item problems. Do you have other plugins, such as General, that could be overriding the /item or /i commands?

    Command prefixes have been fixed. I had forgotten to account for the leading slash.

    Kits are in development.

    Please be aware that the new command system in Bukkit is likely to end up breaking command prefixes, so don't get too attached to them. I will hold off switching as long as it does not detract from the usability of GeneReal.

    users.yml is not a configuration file, and should not be edited manually. It stores mail and home locations for each user. Permissions should be handled by a third-party plugin for now, and will eventually be maintained by Bukkit.
  10. Offline

    Silverlink

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @Zenexer Cool thnx Will be waiting for the next release :)
  11. Offline

    subram

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    change the /help to /needop command its for other plugins already
  12. Offline

    NHBoehm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Am I just too dense, or is there no way to see a list of commands I can use, since /help is for op-contacting?
  13. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    There is no way to see a list of commands, as I am waiting for that to be implemented in Bukkit. The code is already there, but Bukkit won't utilize it yet.

    /help will be removed in the next release, if it isn't already (I forget if I deployed that one).
  14. Offline

    d3x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Finally! *deletes General*
  15. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Updated to remove /help, improve configuration upgrades, and add /kit.

    Update 2: Combined with HotSwap to add the /plugin command
  16. Offline

    bogboom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is this compatible with the GroupUsers plugin?
  17. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It should be, bogboom, provided that my understanding of plugin priorities is correct.
  18. Offline

    SpyDaniel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    How do I disable commands, can someone give me an example?
  19. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Open plugins/GeneReal/config.yml. Find the command that you want to disable from the list. For example, if you wanted to disable /give, find "disable-give". Change the text following the command from "false" to "true".

    You should edit config.yml in a program such as Notepad++. Windows Notepad will not display the file correctly, though you should still be able to figure out how to edit it.
  20. Offline

    Shippage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there any way to limiting some of these commands like /spawn and /home so only mods/admins get them?

    Edit: Just read the post above me about disabling commands, except I don't get that option, my config is only
    Code:
    
    # Do not move, modify, or erase this line.
    version: 13
    # Note: All items MUST be followed by a quantity!
    kits:
      tools:
        - 277 1
        - 278 1
        - 279 1
      glass:
        - 20 64
        - 20 64
        - 20 64
    
  21. Offline

    Solaris765

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    could you make an option for us to name the items we spawn? it would help alot since all my users are used to certain names for things i left public to spawning.
  22. Offline

    Tazzernator

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Amazing work. Love the ongoing development! :)
  23. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @Solaris765 If you send me a list, I will add them to the plugin.

    @Tazzernator Thanks! :D

    @Shippage: Delete everything in your config file. I'm not sure how that happened, and I will be attempting to replicate it.
  24. Offline

    SpyDaniel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Can you add a /setspawn command?

    Also:

    I do not have any of that in my config, just this:

    Code:
    
    # Do not move, modify, or erase this line.
    version: 13
    # Note: All items MUST be followed by a quantity!
    kits:
      tools:
        - 273 1
        - 274 1
        - 275 1
      glass:
        - 20 64
        - 20 64
        - 20 64
    
  25. Offline

    Karsten

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there anyway you can add a /kick or /ban?
  26. Offline

    tehseano

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there an info file somewhere? I don't see how to disable commands and whatnot. There aren't any instructions anywhere on the syntax to use. I have the same problem as SpyDaniel, my config file only shows version number, and kits. This was a fresh install, I was not upgrading from a previous version. I am on craftbukket 107.
  27. Offline

    shadrxninga

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I am having the same problem as above. There is no way to disable commands in the config and the /nick command is active by default. Can you post an Example Config?
  28. Offline

    shrub

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Aye.. an example of how to set the commands on a per user / group basis would be nice. But so far, I'm liking the releases, and has been working good on Build #100 so far.
  29. Offline

    Tazzernator

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This also happened for me.
  30. Offline

    Solaris765

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh i was just wondering if you could put like an optional file in that we could add our own in on a whim. just to keep things interesting
  31. Offline

    Zenexer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I updated it to fix the configuration issue. All configuration files will be reset. If you do not want your file reset, change the "version" node to "14".

    Instructions are pending.
  32. Offline

    Nate204

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    SEVERE: null
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
    at org.bukkit.earth2me.genereal.GeneReal.loadData(GeneReal.java:197)
    at org.bukkit.earth2me.genereal.GeneReal.reload(GeneReal.java:60)
    at org.bukkit.earth2me.genereal.GeneReal.onEnable(GeneReal.java:42)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:285)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:60)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:45)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Loaded GeneReal version 15 by Zenexer.

    CBukkit: 114*
Thread Status:
Not open for further replies.

Share This Page