Inactive [GEN] Essentials v2.1 [?]

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

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

    Zenexer

  2. Offline

    Gimmic

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

    ACTruncale

    Just a suggestion:
    Make the /tree and /bigtree commands spawn a tree on the players current 'looking' at postion.
     
  4. Offline

    Zenexer

    Unfortunately, I have no means of doing that in Bukkit's present stage of development.
     
  5. Awesome plugin Thanks! Maybe /kit to be added? Have a server with swearing people that they need to mine manualy x-)
     
  6. Offline

    Mountaineer

    Is there a command to disable the nickname applied to a player in-game, and revert back to their normal username?
     
  7. Offline

    Zenexer

    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.
     
  8. @Zenexer Cool thnx Will be waiting for the next release :)
     
  9. Offline

    subram

    change the /help to /needop command its for other plugins already
     
  10. 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?
     
  11. Offline

    Zenexer

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

    d3x

    Finally! *deletes General*
     
  13. Offline

    Zenexer

    Updated to remove /help, improve configuration upgrades, and add /kit.

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

    bogboom

    Is this compatible with the GroupUsers plugin?
     
  15. Offline

    Zenexer

    It should be, bogboom, provided that my understanding of plugin priorities is correct.
     
  16. How do I disable commands, can someone give me an example?
     
  17. Offline

    Zenexer

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

    Shippage

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

    Solaris765

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

    Tazzernator

    Amazing work. Love the ongoing development! :)
     
  21. Offline

    Zenexer

    @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.
     
  22. 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
    
     
  23. Offline

    Karsten

    Is there anyway you can add a /kick or /ban?
     
  24. Offline

    tehseano

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

    shadrxninga

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

    shrub

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

    Tazzernator

    This also happened for me.
     
  28. Offline

    Solaris765

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

    Zenexer

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

    Nate204

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

    Zenexer

    Your users.yml file is likely corrupt. Try deleting it, or post its contents here. Beware, though, that it may contain private information, specifically mail sent to various users.

    The save process will disallow the server from exiting if it is incomplete. This is done on purpose to prevent corruption. Have you recently terminated your server forcefully?
     
Thread Status:
Not open for further replies.

Share This Page