Level System

A simple plugin to add XP and levels in the game

Total Downloads: 1,277 - First Release: Apr 9, 2016 - Last Update: Apr 1, 2018

5/5, 11 likes
  1. D-Kay updated Level System with a new update entry:

    0.4.3.1

     
  2. I've downloaded and put in the new file, but still comes up as 0.4.3 and Updater says i'm running 0.4.3
     
  3. PvP XP always 0 after player kill.
     
  4. Might be that oxide doesn't like 4 digits in a version number. Does it fix the nokeyreferenceexceptions you got?
     
  5. Can you tell me more about it? Tested it on my server but you get xp. Keep in mind you don't get xp if there is a level difference of 4 or more (default).
     
  6. its possible add also farming this plugins?that also giving xp.not only killing
     
  7. Hey wulf is this right?
    Code:
    {
      "BroadcasterSettings": {
        "Enabled": true,
        "Interval": 120,
        "Messages": [
          "You can visit our forums at kingsofazinoth.enjin.com!",
          "Don't forget to bring your friends!",
          "Type /rules to see our server's rules!"
         "Use /kit Starter to start you're mysterious journey in Azinoth!"
         "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!"
        ],
        "ShowChatPrefix": true,
        "ShowInRandomOrder": false
      },
      "ConnectionSettings": {
        "Enabled": true,
        "ExcludePlayers": [],
        "Log": true,
        "ShowChatPrefix": true,
        "ShowJoinMessages": true,
        "ShowLeaveMessages": true
      },
      "CustomCommands": {
        "Commands": {},
        "ShowChatPrefix": true
      },
      "Messages": {
        "PlayerJoined": "{0} has joined the server!",
        "PlayerLeft": "{0} has left the server"
      },
      "RulesSettings": {
        "Enabled": true,
        "Rules": [
          "1. Cheating, Exploiting and Glitches is not tolarated.",
          "2. Skybridging and Skybases are not tolarated.",
          "3. Speak English in chat at all times and do not disrespect other players.",
         "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars."
         "5. KOS is only allowed at night."
         "6. Raiding staff is not allowed!"
          "Not complying with these rules may result in a ban at any given time."
        ],
        "ShowChatPrefix": true
      },
      "Settings": {
        "ChatPrefix": "Server",
        "ChatPrefixColor": "950415"
      }
    }
     
    Last edited by a moderator: Jun 26, 2016
  8. how all that connected level plugins?
    its Announcer plugins confic!!
     
  9. And not even correct. I miss a couple of commas
     
  10. Wulf

    Wulf Community Admin

    x.x.x for version numbers, the forth is not recognized.
     
  11. X.W.A.R.I.O.R its not right.you need set ", end you rules lines.or announcer set default plugins rules back.
     
  12. So I have to add a "," after every rule?
     
  13. If you know of a way to check if the player is actually farming please let me know. It's not hard to check if the inventory of a player changes but then I also need to be able to check if he farmed it or (for example) took it from a chest. I'm not aware of a hook that gets triggered when a player picks up a resource from the ground or hits a resource node.
     
  14. CollectResourcesOnClick
    this can use berries and all what pick up with E ? i am not sure if that its that simple
     
  15. No I need an actual hook of oxide. Custom hooks might work but then features can't be available for all servers.
     
  16. so its possible to add throne system for levels plugins?i mean players need some levels before they can claim throne
     
  17. Maybe. Will try a couple of things and let you know.
     
  18. Sound nice:)its good if need some levels before can take kings place.then some mister no one Cant just join and runn throne and take kings place.they just sett high tax. And if server have lower levels players Who cant claim throne.then they need kill King if they dont like that.its giving soo much More this game
     
  19. I guess there is no hook for when someone tries to claim the throne, right?
    Gonna see if I can work with user permissions.