Companies!

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

Thread Status:
Not open for further replies.
  1. timtower Wasn't going to steal it, was going to wait until 1. He says I can 2. He doesn't respond at all today.
     
  2. Offline

    timtower Administrator Administrator Moderator

    Some people also have things outside of bukkit.
     
  3. Offline

    caderape

    bwfcwalshy go for it ;) i deleted the project from my eclipse.

    jackjorge im glad you have fun with the plugin =)
     
  4. caderape Ok, I guess I am the new maker. jackjorge I will fix the bug as soon as I can.

    jackjorge I am going to recode some of it so it may take a while to get a new version out.

    EDIT: Decided to redo it all, give me a day or 2.

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

    JordyPwner

    Im remaking it with bwfcwlashy so no bump pls :p
     
  6. Offline

    jackjorge

    JordyPwner bwfcwalshy Ok! Cool! Are you guys starting from scratch, or are you guys going to build off of what caderape had made?

    Btw, if this helps, I was running my server last night, a lot of new players came on and started making companies. Around 1am I decided to restart the server, and I got this bug: (And all my company info from the past like 3 hours was deleted)

    [00:54:44 INFO]: [company] Enabling company v1.0
    [00:54:44 WARN]: org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:eek:rg.bukkit.Location
    in "<string>", line 4, column 11:
    home: !!org.bukkit.Location
    ^

    [00:54:44 WARN]:at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
    [00:54:44 WARN]:at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
    [00:54:44 WARN]:at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
    [00:54:44 WARN]:at fr.caderape.compagny.LoadYml(compagny.java:106)
    [00:54:44 WARN]:at fr.caderape.compagny.CreateConf(compagny.java:99)
    [00:54:44 WARN]:at fr.caderape.compagny.onEnable(compagny.java:54)
    [00:54:44 WARN]:at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
    [00:54:44 WARN]:at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
    [00:54:44 WARN]:at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
    [00:54:44 WARN]:at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455)
    [00:54:44 WARN]:at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:189)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436)
    [00:54:44 WARN]:at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
    [00:54:44 WARN]: Caused by: could not determine a constructor for the tag tag:yaml.org,2002:eek:rg.bukkit.Location
    in "<string>", line 4, column 11:
    home: !!org.bukkit.Location
    ^

    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:475)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
    [00:54:44 WARN]:at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
    [00:54:44 WARN]:at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
    [00:54:44 WARN]:at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
    [00:54:44 WARN]:at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
    [00:54:44 WARN]:at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    [00:54:44 WARN]:at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    [00:54:44 WARN]:at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    [00:54:44 WARN]: ... 16 more



    (Not sure why there is an emoticon in there)
     
  7. jackjorge We are starting again due to @caderape's code being a bit messy and well it is always better to redo than to modify an existing one.
     
  8. Offline

    JordyPwner

    caderape (misspelled :p)
     
  9. Offline

    jackjorge

    bwfcwalshy JordyPwner Ok cool! Yea the one im using is bugging a ton! There have been a lot of posts in this forum with details and stuff :D
     
  10. jackjorge Yeah I have made most of the commands, pretty much dummy right now.

    jackjorge Do you want it so that if they don't input a wage it does a default one?

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

    caderape

    yep, the way i coded that is a bit old. If i had to make changement, i would totally recoding it. And i don't really want.
     
  12. caderape Yeah, well It's ok I will.
     
  13. Offline

    jackjorge

    bwfcwalshy Yea sure! Maybe the default wage could be configured in the companies.txt config so other server owners can use it to their likening?
     
  14. jackjorge I have got a lot done, you can now go to the home and also create and disband the company. I am now working on hiring people.
     
  15. Offline

    jackjorge

    bwfcwalshy Oh wow! That sounds sick! Can't wait to try it out! Thanks again for the time and work you are putting into this! :)
     
  16. Offline

    jackjorge

    bwfcwalshy Hi again! I was just wondering how everything is going? Do you have any questions or are having trouble with anything? I'm here to help!!! :p
     
  17. jackjorge Hello, I have been working on my server A LOT but I am still doing work on it. I can probably get a beta build out soon.
     
  18. Offline

    jackjorge

  19. jackjorge If you want you can have the build so far, not everything is done and I will be changing some management. If you want this for your server I will try to get the beta our Saturday. Lets hope it works.
     
  20. Offline

    jackjorge

  21. Offline

    XgXXSnipz

    bwfcwalshy did you do a way to get funds, like a job system?
     
  22. XgXXSnipz The way it currently works and how it was intended is every 15 mins the player gets there wage.
     
  23. Offline

    jackjorge

  24. jackjorge Hey, yeah sorry not made that much progress but it is going well. I need to just work on hiring and then the company money.
     
  25. Offline

    jackjorge

  26. jackjorge No problem again. I want this plugin as well.
     
  27. Offline

    jackjorge

    bwfcwalshy Yea it's gonna be awesome! Btw on a side note I keep hearing that Bukkit has been abandoned.. do you know if that is true?
     
Thread Status:
Not open for further replies.

Share This Page