Inactive [CHAT] Simple Prefix v1.4 - Easy prefixes & API (PermissionsBukkit)[1.1-R3]

Discussion in 'Inactive/Unsupported Plugins' started by Flabaliki, Jul 17, 2011.

  1. Offline

    Flabaliki

    JesseG17 and TimboHSV like this.
  2. Offline

    Flabaliki

    @svennp Well, it is an old version which I don't support any more. The current and future versions will be using Bukkit's superperms to function.
     
  3. Offline

    svennp

    then ill probably stick with this old version :(
     
  4. Offline

    Flabaliki

    Simple Prefix v0.6
    Version 0.6
    • Added in game commands for easy addition or removal of prefixes and suffixes.
      • See post for more details.
     
  5. Offline

    Noylanoix

    The plugin seems to conflict with simple spleef because of the /sp command
     
  6. Offline

    Flabaliki

    @Noylanoix Ahh ok, hrm, what would you suggest I make it? I made it 'sp' for obvious reasons, nice and short.
     
  7. Offline

    Noylanoix

    /spr maybe?
     
  8. Offline

    Flabaliki

    @Noylanoix Okey dokey, that should be a bit better for you now :)
     
  9. Offline

    Noylanoix

    Thx :)

    Edit: That's the nSpleef command not Simple Spleef

    Edit 2: Now the command work but i can't have the prefix (and the sufix of course) to work.
    I have Essentials and BukkitPermissions. If anyone can help me.

    Edit 3: I forgot to add simpleprefix.admin permission.Now it work, nice plugin :)
     
  10. Offline

    sheape

    download link down :(
     
  11. Offline

    Grrrr159

    When someone logs out, i get this error:
    Code:
    2011-08-03 15:02:25 [SEVERE] Could not pass event PLAYER_JOIN to Simple Prefix
    java.lang.NullPointerException
        at com.flabaliki.simpleprefix.simpleprefix$prefixer.onPlayerJoin(simpleprefix.java:65)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:362)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  12. Offline

    TimboHSV

    Nice work!

    But i´ve got a little question:
    Is it possible to change the group without restarting the server?
    Or can you create a command to reload the plugin?
     
  13. Offline

    Flabaliki

    @sheape Both seem fine to me.

    @Grrrr159 I'll have a look into that. It's weird, I've never seen that before.

    @TimboHSV It will automatically update all prefixes / suffixes if you change them with commands. At the moment, it doesn't reset users display names because it sets it only once, when they join the server, so you'd have to disconnect and rejoin
     
  14. Offline

    uzumi

    I cant make the prefixes to work what so ever..

    heres my permissions
    http://pastebin.com/PsLk5Rej
    and my config is just like the default file but i changed the member to default and op to mod

    EDIT: fixed it was essentials causing the problems so i changed to commandbook and it works ^^
     
  15. Offline

    strembitsky

    Please help me... I get this error:

    Code:
    18:14:33 [INFO] Strembitsky [/174.3.13.252:61697] logged in with entity id 228 a
    t ([Strembitsky's World] -108.40625, 82.0, -18.34375)
    18:14:33 [SEVERE] Could not pass event PLAYER_JOIN to Simple Prefix
    java.lang.NullPointerException
            at com.flabaliki.simpleprefix.simpleprefix$prefixer.onPlayerJoin(simplep
    refix.java:65)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:244)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:124)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    whenever I join! Help!
     
  16. Offline

    Flabaliki

    @strembitsky Appears to be the same as Grrrr159, it's odd, I'm trying to fix this.

    EDIT @strembitsky @Grrrr159
    Well, I was able to recreated the exact some error by putting in a permissions node with a group that didn't exist. Is that what you've been doing? Eg:
    Code:
    Group:
        op:
            prefix: '&c[Op]'
            suffix: ''
    The following node is not for the above group:
    Code:
    simpleprefix.OP
    You have to note that it is case sensitive, if I wanted that node it would actually be:
    Code:
    simpleprefix.op
    I'll make it return an error message if an incorrect node is used.
     
  17. Offline

    strembitsky

    Ok. I am pretty sure I fixed it, all I did was fix alot of misspellings in permissions, and switched to PermissionsBukkit.
     
  18. Offline

    Grrrr159

    All good here:) didn't know that I had uChat there as well - was blocking this plugin from changing prefix XD
     
  19. Offline

    Minecraftpro75

    Can you show me an Example..?
     
  20. Offline

    Flabaliki

  21. Offline

    neX!Tem

    Is there a way to remove the "<" name ">" around the playername. I would like to use it like " name: " instead
     
  22. Offline

    Flabaliki

    @neX!Tem I haven't found a way of doing so without cancelling the chat event, which would conflict with other plugins. If anyone knows a way, it would be nice to hear it.
     
  23. Offline

    Zaonhort

    It would be nice if you could add variables like in iChat so this could be a straight replacement from ichat. Using varibles in the config file like iChat does so I can get my chat message format to be like...

    message-format: '[&e+world&f][+prefix+group&f] +prefix+displayname&f: +suffix+message'
     
  24. Offline

    neX!Tem

    How about a Time function as prefix? like

    [14:11:21] neX!Tem: I like black big things.
    [14:11:22] Jimmy: xD
    [14:12:14] Oh god.
     
  25. Offline

    Flabaliki

    @Zaonhort I don't want to straight out copy iChat. I may implement a system like that, but at a more primal level, simplistic, easy to use, my own.

    @neX!Tem That's a really interesting idea, I like that. I'm not sure what I would base the timestamps on though. It would either have to be ingame time (which would be fairly useless) or server time, which would then mean people in different timezones would clearly not have their time.
     
  26. Offline

    IAnon

    If only worked with Permissions 3.X *shoots self*
    Any chance of it releasing on Permissions 3.X?
     
  27. Offline

    Flabaliki

    @IAnon It used to be, then I updated it to a system that isn't unstable. You can download the Permissions 3.x version, but be aware, its not being supported or updated:
    SimplePrefix[Permissions_3.x].jar
     
  28. Offline

    neX!Tem

    Or you take the Client-side Time. Ofc. people would have different timezones. My server for example is an International server. i have people from Australia Germany and America.

    The problem is, sometimes we try to meet and we cant find the best time. You should just allow to change the TimeZone in the con-fig file. I would probably choose Server Time.
     
  29. Offline

    Flabaliki

    @Zaonhort v0.7 has variables.
    @neX!Tem I've added timestamps along with the new addition of variables. Currently it just uses server side time.
     
  30. Offline

    neX!Tem

    On my server its buggy. i cant really explain. but it kinda does not work. everyone has the same nick etc.
     
  31. Offline

    Flabaliki

    @neX!Tem Is this only since 0.7? Could you post your config.yml and permssions file? How exactly is it mucking up, people have the entire same names, or just parts? Please provide me with more detail.
     

Share This Page