Companies!

Discussion in 'Archived: Plugin Requests' started by jackjorge, Jul 7, 2014.

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

    caderape

    Actually i'm recoding and fix errors in same time.
    -The starting balance it's the cost for creating displayed in config. It will be added when the company is created.
    - I will add the list
    - When a player type a wrong command, its linked with the info, so he will get all the info about commands ;)
     
  2. Offline

    jackjorge

    caderape perfect!!! Yea I have noticed some errors when like a player is not in a company but still does /company admin - there is an error in the console, but the plugin isnt affected
     
  3. Offline

    caderape

    And what do we do for the disband ?
    - did a company get disband if the company does not have enough money for the wage ? or it just stop to pay the employee.
    - when a company should be disband and why
     
  4. Offline

    jackjorge

    caderape A company can be disbanded if it runs out of money - Meaning the balance hits 0, or if it can not pay it's employees.

    Or, the company owner can /company disband

    and that will delete it too.

    Here is a good example of the bug i was talking about.

    I did not have a company and I did /company chat

    [21:39:06 WARN]: [compagny] Task #42 for compagny v1.0 generated an exception
    java.lang.NullPointerException
    at fr.caderape.compagny$1.run(compagny.java:309) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:600) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  5. Offline

    caderape

    yea it's the scheduler. But i wasn't liked it. With the new system, that should be better.
     
  6. Offline

    jackjorge

    caderape Ok cool, do you know when it will be ready :p I am excited to use it!
     
  7. Offline

    caderape

    :D i don't know. I will finish soon the new version. And We Will have to test that.
    I think in one hour im done, may be a lil more

    edit:
    Code:
    http://dev.bukkit.org/bukkit-plugins/shinecraft-challenge/files/12-companies/
    okay, this is better now. I still have an error sometimes with the disband, and wtf but, i still dun get why -_-
    i added the list.
     
  8. Offline

    jackjorge

    I didnt have much time to test it, but if you do any command that doesnt exist, it says "an internal error has occured" and I get an insane amout of errors in the console: caderape

    [07:51:01 INFO]: jackjorge issued server command: /company hi
    [07:51:01 ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'company' in plugin compagny v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:703) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:955) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:817) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    Caused by: java.lang.NullPointerException
    at fr.caderape.Methods.WrongUsage(Methods.java:112) ~[?:?]
    at fr.caderape.CmdCpg.onCommand(CmdCpg.java:174) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    ... 13 more
     
  9. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Removed a post linking to unapproved files on BukkitDev and discussing unofficial builds.
     
  10. Offline

    jackjorge

    mbaxter what do you mean? I didn't see any link that was bad
     
  11. Offline

    caderape

    mbaxter how are we supposed to help if we have to wait 1 week everytime for an approvement.

    Code:
    https://www.mediafire.com/?48vj1tzg7uata41
     
  12. Online

    timtower Administrator Administrator Moderator

    caderape somebody said something about an unofficial build, and no need to put it in quote tags.
     
  13. Offline

    caderape

    but i like coding html =)
     
  14. Online

    timtower Administrator Administrator Moderator

    That is no html coding...
     
  15. Offline

    jackjorge

    caderape new version has a lot of errors, all the /company commands do not work.

    /manage remove does not work

    Thanks, - Jack

    caderape is it possible for you to combine the /company commands that work from a previous version, and have that with the /manage commands that work in the new version?

    (/company doesnt work in new version)
    Thanks, - Jack

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  16. Offline

    caderape

    yop, the company commands wasn't working bcz of vault. But now it's okay.
    The manage command, i didnt touch it since the begining, and i dun even know if it work. I will get a look and upload the file

    HTML:
    https://www.mediafire.com/?x68r8zw4nmgi4n7
    Okay, test me that. For me it look fine. I didnt have error for the disband after a reload.
    I added some stuff:
    - Now there's a minimal wage allowed by the server. so You don't have to tell the wage when you hire someone. When a player join a company, it will be at the minimal wage. And the leader can raise if he wants. (you will find it in the config. A wage cannot be less than the minimal)
    - /company info (for players) : display the company name, the members, and the wage of the player
    - /manage spy (for admin) : You will see private chat company, all the commands executed by players and private message.
    - /manage clear : remove all the homes or the accounts of companies
    -/manage reload: for reload the config
    - for the tax, you will find it in the config, its a pourcentage.

    You can test it all and tell me what doesn't work. ( vault 1.4.1)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  17. Offline

    jackjorge

    caderape I updated craftbukkit to 1.7.10 and vault to 1.4.1 to see if that would help the plugin, I got this error.
    [22:04:25 WARN]: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '' (0xFFFD) special characters are not allowed
    in "<string>", position 385
    [22:04:25 WARN]:at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
    [22:04:25 WARN]:at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
    [22:04:25 WARN]:at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
    [22:04:25 WARN]:at fr.caderape.compagny.LoadYml(compagny.java:100)
    [22:04:25 WARN]:at fr.caderape.compagny.CreateConf(compagny.java:94)
    [22:04:25 WARN]:at fr.caderape.compagny.onEnable(compagny.java:51)
    [22:04:25 WARN]:at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
    [22:04:25 WARN]:at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
    [22:04:25 WARN]:at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
    [22:04:25 WARN]:at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455)
    [22:04:25 WARN]:at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:189)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436)
    [22:04:25 WARN]:at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
    [22:04:25 WARN]: Caused by: unacceptable character '' (0xFFFD) special characters are not allowed
    in "<string>", position 385
    [22:04:25 WARN]:at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
    [22:04:25 WARN]:at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
    [22:04:25 WARN]:at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    [22:04:25 WARN]:at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    [22:04:25 WARN]: ... 16 more
    The config also was not loading on the 1.7.9 version of craftbukkit that I was using.

    caderape It appears that the problem is that the config and other files arent generated. If you can fix that, then can you share with me the newest version of the plugin, that generates the newest config version.

    I could use older versions of the config, but that does not support the newly added commands you have been coding.


    The other thing, if a player does a command that does not exist, such as /company testing
    It causes a ton of errors in the console. These 2 problems are the only things I have noticed.

    Thanks, - Jack

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  18. Offline

    caderape

    HTML:
    https://www.mediafire.com/?pgt14pdiv00emw2
    Il you still have error when you enter a command who doesn't exist, i really don't know. I'm with the last beta 1.7.9, and don't have this kind of errors.
     
  19. Offline

    jackjorge

    caderape It appears that the error is being caused because there is a special character in the plugin. I believe all you would need to do is delete/replace that letter with something else. Then the plugin would work fine.

    Screen Shot 2014-07-14 at 9.43.53 AM.png

    caderape If you can not find that symbol or the unknown character, can you send me the config file so i can paste it into the Company Folder? That would also resolve the issue.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  20. Offline

    caderape

    Code:
    DisablePrivateChat: false
    CreateCompCost: 100000
    CreateCost: '&f[&dCompanies&f] &cYou need $100,000 to create a company!'
     
    #Ratio in %
    RatioForManageMoney: 5
     
    # Delay for the wage in minuts
    DelayWage: 60
     
    #Minimum wage
    MinimumWageAllowed: 10
     
    RaiseTooLow: '&f[&dCompanies&f] &cYour raise must be higher than the minimal wage allowed by the server!'
    noperm: '&f[&dCompanies&f] &cYou don’t have the permission for this!'
    NoCompagny: '&f[&dCompanies&f] &cYou do not have a company!'
    ForLeader: '&f[&dCompanies&f] &cUse &e/company disband &cto remove your company!'
    PlayerLeaveCompagny: '&f[&dCompanies&f] &c$employee$ has left your company!'
    HomeSet: '&f[&dCompanies&f] &aYou have set the home for your company!'
    LeaveFirst: '&f[&dCompanies&f] &cLeave your company first before you create a new one!'
    WaitingForHire: '&f[&dCompanies&f] &cYou have not been hired! Ask a company to hire you!'
    NoMoreCompagny: '&f[&dCompanies&f] &cThis company does not exist!'
    TellMeMyAccount: '&f[&dCompanies&f] &cYour company has $money$ dollars!'
    AlreadyExist: '&f[&dCompanies&f] &cThis company already exist, choose another name!'
    CreatedCompagny: '&f[&dCompanies&f] &aYou created a company!'
    NoHome: '&f[&dCompanies&f] &cThis company does not have a home!'
    PlayerNoExist: '&f[&dCompanies&f] &cThis player does not exist!'
    CantFireYourself: '&f[&dCompanies&f] &cYou cannot fire yourself!'
    NotInTheCompagny: '&f[&dCompanies&f] &cThis player is not in your company.'
    UcantFire: '&f[&dCompanies&f] &cYou cannot fire this player!'
    NotEnoughmoney: '&f[&dCompanies&f] &cYou do not have enough money!'
    AddedCash: '&f[&dCompanies&f] &aYou have added money to your company!'
    DeleteCash: '&f[&dCompanies&f] &aYou have taken money from your company!'
    CompagnyNotEnoughMoney: '&f[&dCompanies&f] &cYour company does not have enough money for this!'
    promote: '&f[&dCompanies&f] &a$employee$ is now an officer!'
    demote: '&f[&dCompanies&f] &c$employee$ is now an employee!'
    NoMoreLeader: '&f[&dCompanies&f] &cYou are no longer the leader of your company!'
    PlayerNotOnline: '&f[&dCompanies&f] &cThat player is not online!'
    IwantHireYou: '&f[&dCompanies&f] &a $owner$ wants to hire you!'
    InvitationSent: '&f[&dCompanies&f] &aYou have sent an invitation to $employee$!'
    Wage: '&f[&dCompanies&f] &aYou have set wage for $money$ dollars!'
    BroadCastOnDisband: '&f[&dCompanies&f] &eThe company $name$ has been disband'
    WageEmployee: '&f[&dCompanies&f] &aYou new wage has been set for $money$ dollars!'
    PlayerAlreadyinCompagny: '&f[&dCompanies&f] &cThis player already has a company.'
    NewMember: '&f[&dCompanies&f] &a$employee$ has joined your company!'
    HaveBeenFired: '&f[&dCompanies&f] &cYou have been fired!'
    IsFired: '&f[&dCompanies&f] &c$employee$ has been fired!'
    CompagnyLeft: '&f[&dCompanies&f] &aYou left your company successfully!'
     
    #Displayed when the player do /company or /company info
    CompagnyInfo:
    - '&f---------------------&dCompanies&f---------------------'
    - '&e/company help &f: Display infos'
    - '&e/company info &f: check infos about your company'
    - '&e/company create <name> &f: Create your company'
    - '&e/company disband &f: &fDelete your company!'
    - '&e/company hire <player> &f: Hire an employee!'
    - '&e/company fire <player> &f: Fire an employee!'
    - '&e/company join &f: Join a company!'
    - '&e/company leave &f: Leave your company!'
    - '&e/company promote <player> &f: Promote an employee to an officer!'
    - '&e/company demote <player> &f: Demote an officer to an employee!'
    - '&e/company raise <player> <wage> &f: Change the wage of a player!'
    - '&e/company addcash <number> &f: Add money to the company account!'
    - '&e/company takecash <number> &f: Take money from the company account!'
    - '&e/company bal &f: View the amount of money in your company’s account!'
    - '&e/company setloc &f: Set the location players can go to your company!'
    - '&e/company loc <company name> &f: Teleport to the company location!'
    - '&e/company admin <player>&f: Hand over leadership of your company!'
    - '&f------------&dby caderape and jackjorge&f------------'
     
    #Displayed to good format for the command executed by the player
    InfoCommands:
      help: '&e/company help &f: Display infos'
      info : '&e/company help &f: Display infos'
      create: '&e/company create <name> &f: Create your company'
      disband: '&e/company disband &f: &fDelete your company!'
      hire: '&e/company hire <player> &f: Hire an employee!'
      fire: '&e/company fire <player> &f: Fire an employee!'
      join: '&e/company join &f: Join a company!'
      leave: '&e/company leave &f: Leave your company!'
      promote: '&e/company promote <player> &f: Promote an employee to an officer!'
      demote: '&e/company demote <player> &f: Demote an officer to an employee!'
      raise: '&e/company raise <player> <wage> &f: Change the wage of a player!'
      addcash: '&e/company addcash <number> &f: Add money to the company account!'
      takecash: '&e/company takecash <number> &f: Take money from the company account!'
      bal: '&e/company bal &f: View the amount of money in your company’s account!'
      setloc: '&e/company setloc &f: Set the location players can go to your company!'
      loc: '&e/company loc <company name> &f: Teleport to the company location!'
      admin: '&e/company admin <player>&f: Hand over leadership of your company!'
      
    Try to paste it in the config and do a /company reload, not a global reload. But i think you will get the same error.
    I don't have this error, the config load well. And there's no special caracter in the config, just # and &.
    And both are supported.

    If taht don't work, delete all the line in the config and do a company reload. And tell me if you still get this error.
     
  21. Offline

    jackjorge

    caderape Yes it works!!! Ahhh it looks amazing!!! Thank you so much!!! I will experiment with it and test it out now. It looks like it has no errors so I will respond if I see something!

    caderape So far the only thing I have noticed is when you do /company info

    it shows your company twice.

    lol

    EDIT:
    I noticed when I stopped the server, I got this error:

    [21:57:47 INFO]: [company] Disabling company v1.0
    [21:57:47 ERROR]: Error occurred while disabling company v1.0 (Is it up to date?)
    java.lang.NullPointerException
    at fr.caderape.compagny.SaveData(compagny.java:203) ~[?:?]
    at fr.caderape.compagny.onDisable(compagny.java:72) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:348) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:423) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:416) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.disablePlugins(CraftServer.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.stop(MinecraftServer.java:385) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:500) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  22. Offline

    caderape

    indeed, i wrote twice the same message :D
    For the second error, did the plugin save data ? in the folder userdata. Whyen you create a company, its still here after a reload ?
    if you modify the file then reload, did it stay ?
     
  23. Offline

    jackjorge

    caderape Not sure... all I did was start it, log on, then stop it. I think it saves but I still got and error.

    So after I stopped it, I turned it back on. and got this error:

    [09:25:06 WARN]: [company] Task #17 for company v1.0 generated an exception
    java.lang.NullPointerException
    at net.milkbowl.vault.economy.AbstractEconomy.depositPlayer(AbstractEconomy.java:50) ~[?:?]
    at fr.caderape.compagny$1.run(compagny.java:294) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:600) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3097jnks]

    But the data is still saved so Im not sure what this error will affect.
     
  24. Offline

    caderape

    You don't want your own economy system ? :p
    I'm in trouble with vault.
    I will check that.
     
  25. caderape I think it would be really cool if they had a prefix with there Company name and maybe a symbol to show what they are.

    For example
    [ACompanyName]Player10101010: blah - for the prefix
    [-] - member
    [+] - officer
    [*] - owner

    The symbols don't really need to be in it would just be pretty cool if you could see. I really want the prefix though maybe you can add a config option so if people don't want it they can just disable it.
     
  26. Offline

    caderape

    i will add that
     
  27. Offline

    caderape

    jackjorge So, how that work ? Any issues again ?
    I was thinking about to add the ability to claim land for the company.
     
  28. bump (is this still in work?)
     
  29. Offline

    jackjorge

    caderape Yea I like that, sorry I havent responded I was on vacation :p
     
  30. Offline

    fefe2008

    caderape jackjorge i dont actually know where this here is going. Cader pretty much coded factions with a timed payment feature and thats it really could have requested an addon for factions.
     
Thread Status:
Not open for further replies.

Share This Page