Companies!

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

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

    jackjorge

    Plugin category: Business

    Suggested name: Companies

    ***I have tried about 8 company plugins, most abandoned, that don't work. And a lot of them are way to advanced for what this simple idea requires. (I don't want stocks involved)***



    What I want:
    I would like a plugin that enables players to create companies.

    The commands explain how the plugin would work.




    Ideas for commands:

    Admin Commands:
    /company delete (company name) - Admin can delete a company even if not a CEO
    /company forcejoin (company name) - Admin can force-join a company

    Player Commands
    /company create (company name) - Creates a company!
    /company disband (company name) - Disbands a company!

    /company hire (player name) (wage) - Hire a player to join your company
    /company fire (player name) - Remove a player from your company

    /company join (company name) - Player joins company (needs to be hired)
    /company leave - Player leaves company

    /company setloc - Sets the location spawn of the company
    /company loc (company name) - Teleports player to the location spawn of a company

    /company promote (player name) - Promotes: Intern -> Employee -> CEO
    /company demote (player name) - Demotes: CEO -> Employee -> Intern

    /company addcash (#) - CEO adds cash to company balance
    /company take cash (#) - CEO takes cash from company balance

    /company raise (player name) (#) - Sets the player's wage to the number per 15 mins


    Ideas for permissions:company.admin - Admin and Player commands
    company.player - Player commands

    Thanks!
     
    Sophie715 likes this.
  2. Offline

    567legodude

    I just learned how to make plugins, and I am still a beginner, but I will attempt to make this. I hope I will be able to.
     
    jackjorge likes this.
  3. Offline

    jackjorge

    Yes!!! Thank you so much 567legodude!!!
     
  4. Offline

    Kassestral

  5. Offline

    567legodude

    Yeah, I think that someone who has a little more experience should try to do this. I got a little confused on the economy for the plugin though. It seems that people can get money, but they don't have anything to do with it. I know I could make it, so I will continue to work on it.
     
    jackjorge likes this.
  6. Offline

    jackjorge

    Kassestral your link is a 404 for me :( but yea if you could make it, ( say 567legodude gets stuck) that would be great! Thanks!
     
  7. Offline

    izarooni

    jackjorge
    How would the wage work?
    Where does money come from?
     
  8. Offline

    Kassestral

  9. Offline

    jackjorge

    izarooni The wage money would come from the company balance. It costs the company creater 10,000 to make a company, and he can /company addcash to put more in if he makes money

    Kassestral that is a sick plugin! I am going to use it on my main one lol its so awesome!
     
  10. Offline

    caderape

    Your idea of plugin looks awesome, im doing it ;)
    but what you mean for the wage ? Every x minuts, the employee got money from account of the compagny ?
    I can do that, but it will work even if the employee is offline.
    The account can be negative ? cuz it will hard to manage if no. Actually, i accept the negative account. But the leader can't disband till the account is not positive.
    And for the rank ? i did leader, officer, and employee. It's enough ?
    Everyone can access to the home of a compagny right ?

    edit:
    try this. I couldn't test all commands cuz im alone, but that should work. And give me your ip server, then we can test and see what is wrong.
     
  11. Offline

    jackjorge

    caderape wage like every 15 minutes the player is online, they get paid from the company's money. The account shouldnt be able to be negative, if it reaches 0 then could the company be deleted with a message "Your company went bankrupt!" The ranks sound good, and yea everyone can access the company home.


    [08:54:39 ERROR]: Error occurred while enabling compagny v1.0 (Is it up to date?)
    java.lang.NullPointerException
    at fr.caderape.compagny.loadData(compagny.java:280) ~[?:?]
    at fr.caderape.compagny.onEnable(compagny.java:65) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:448) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:382) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [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]
    I havent made my server public yet, because Im probably gonna create a new one with the company plugin as the main idea, rather then use it with factions :p

    Plugin still loads, but when I do /compagny hire 500 it actually adds 500$ to the company lol



    If a player tries to join a company without being hired, (we cant hire anyways lol) i get this error:

    org.bukkit.command.CommandException: Unhandled exception executing command 'compagny' 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.CmdCpg.onCommand(CmdCpg.java:170) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
    ... 13 more
    [



    When you /compagny takecash 500 it adds money from you to your company,
    when you /compagny addcash 500 itadds money from you to your company

    Can there be an option to /company bal - which tells you how much money your company has?

    Pretty much every command just adds money to the company:
    /compagny promote
    /compagny demote
    /compagny hire

    I don't have permission to /compagny setloc (even though I am op and owner)

    These 3 commands work:
    /compagny create
    /compagny disband
    /compagny chat

    Btw in English it's 'company' lol but its ok you dont have to change it :p
     
  12. Offline

    Kassestral

    jackjorge
    Thanks haha :3 its something I randomly thought of when realising how much extra cobblestone I have xD
     
  13. Offline

    caderape

    okay, i will see it tomorrow, today i cant. And witch version of craftbukkit do you use ?
    And yea, every command with 2 argument don't work. and for hire someone, it's /compagny hire <player> <wage>
    And i iwll change the command for company ;)
     
  14. Offline

    jackjorge

    caderape haha thanks! And I am currently using 1.7.9 but if you need me to go to 1.7.10 I will
     
  15. Offline

    caderape

    okay, that should work now. I modified some stuff, i changed for company, i added the company bal.
    i didnt tested the raise command. Try it and check if the employee get his money and same for the company.
    I didnt enable the save and load data for the moment. So with a reload, it wil clear all.
    And, actually, leader and officer got almost the same permission. they can both hire fire raise etc..
    Tell me if you don't want that.
     
  16. Offline

    jackjorge

    Yay caderape most commands work!

    These are the only problems:

    *** /company only shows 4 commands ***

    Is it possible to add a message for the commands?
    So if a player did /company create it would say
    "Use /company create (name) to make a company"

    (Green means they work)
    (Red means they do not work)
    (Blue is a description)

    - /company bal - Error message when company has $0... and if it costs $100,000 to make a company, that should be the starting balance of it.
    - /company disband - Does not always work... 50% chance you get an error.
    - /company leave
    - /company setloc
    - /company loc <company name>
    -/company join
    - /company create
    - /company fire <player>
    - /company takecash <amount> - If my company has $500, and I /company takecash 500 it won't let me.
    - /company addcash - This resets it, for example, my company has $100, if I /company add 200, and then do /company bal, it just says $200
    - /company promote <player>
    - /company demote <player>
    - /company admin <player>
    - /company hire <player> <wage>
    - /company raise <player> <time> - If the time of payment was the same for all companies, the raise should be in cash. Meaning, every player from every company gets paid every 24 hours. When you /company raise it should be the money. (/company raise <player> <money>)
    Error when I did /company raise (player) 1

    [17:38:05 WARN]: [compagny] Task #136 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]

    Thanks!!! I am so excited for this plugin!!!
     
  17. Offline

    caderape

    Check the config.
    Code:
    CompagnyInfo:
    - "&ecompany create <name> &f: create your company"
    - "&ecompany leave &f: Leave your company"
    - "&ecompany hire <player> <wage> &f: Hire a employee for this wage"
    - "&eCompny disband : &fClear the company"
    - "and do it again for all the option ;).."
    I changed the info. U will add yourself the commands and the description to the list ;)
    I will check that all. For the bal, yea, if i dun put the account at 0, the account is null. so you see a null$.
    The disband, i know, i disabled saving and loading data cuz i got an error when i disband after a reload.
    I will change for add the cost when a player create tothe balance.
    I dun get what you mean for the raise.
     
  18. Offline

    jackjorge

    ohhhhhhhh ok thanks!!

    caderape are the other commands fixed or is there a setting in the config that needs to be set?

    Usually with a company if you get paid $10 an hour, a raise would be $15 an hour.

    This plugin makes it say you get $10 an hour, with a raise you get $10 every 20 minutes. They are both similar, but I find it easier to get the money value changed.
     
  19. Offline

    caderape

    It's just for player command the config.
    For you, u will have to support my wonderfull grammar :p
    ha, i see. The raise don't affect the money, just the time. You have to kick and hire again with the good amount if we keep that way.

    but i can add the money and the time in the same command. Like /company raise player <wage> <time>
    and it will clear the old wage and time.

    But that would be easier for me if everyone got the same time.
    I mean, player get pay every hour, or every 2 hours. Cuz if each leader put a different time, it's really hard to manage with a scheduler
     
  20. Offline

    jackjorge

    caderape
    Ok thats fine! I fixed the grammar :p you should make this your default config for the plugin:

    (Updated config in a more recent message)

    I will do the commands now... lol I just was editing the first part :p

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

    caderape

    ok i will :p
     
  22. Offline

    jackjorge

    caderape Could you add a /company help
    that would list all of the commands written in the config? That would be really helpful. Thanks!
     
  23. Offline

    caderape

    I can, but actually, if u do /company, it will display all the command written in the config.So it's the same :p
     
  24. Offline

    jackjorge

    caderape no I know that lol but some players don't realize and always do /company help and nothing comes up... Can /company help be an alias for /company?
     
  25. Offline

    TheBossGamer495

    This plugin sounds so sick.
     
  26. Offline

    jackjorge

    caderape haha I have an awesome idea, can their be a tax rate for everytime a player takes / adds money? that would be hilarious

    TheBossGamer495 Yea I agree, its almost done!!! Just needs some small changes!
     
  27. Offline

    caderape

    i can do an alias, and yea, i can do a tax too. You will be so mean with yours players ;)

    We should fix it for the wage.
    - So in the config file you can tell if it will be every hour or 2hour, and all players with wage will be credited.
    - Or i can check the date when a player join, and compare to the date when he leave, and make a ratio. The wage would be in minut, and the player will be pay when he leave. like 2$ by minut, he stays online 32minuts, he got 64$( but this will not work if a player join at 11pm and leave at 1am for exemple. Or maybe it will if a get the day too.)
    - if each leader put a different time for the wage, im not sure to know how manage it and if it will works.

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

    jackjorge

    caderape Ok so how about we make the default time 1 hour. So whether you are online or not you get paid what the company owner decides to pay you. So every hour all the players will get various amounts of money?


    I edited the config a lot: lol I made it by you and me because you did the java aspect i mostly did the config lol. This looks a lot more professional now: (I added a prefix for the commands, and made the format for /company more organized)

    DisablePrivateChat: false
    CreateCompCost: 100000
    CreateCost: '&f[&dCompanies&f] &cYou need $100,000 to create a company!'
    noperm: '&f[&dCompanies&f] &cYou don’t have the permission for this!'
    AlreadyExist: '&f[&dCompanies&f] &cThis company already exist, choose another name!'
    LeaveFirst: '&f[&dCompanies&f] &cLeave your company first before you create a new one!'
    CreatedCompagny: '&f[&dCompanies&f] &aYou created a company!'
    BroadCastOnDisband: '&f[&dCompanies&f] &eYour company has been disband'
    DisbandNoMoney: '&f[&dCompanies&f] &cBankrupt! Your company has been disband!'
    GetMoneyOnDisband: '&f[&dCompanies&f] &eThe account of your company has been credited in your account'
    UrNotLeader: '&f[&dCompanies&f] &cOnly the leader can disband the company!'
    PlayerNotOnline: '&f[&dCompanies&f] &cThat player is not online!'
    PlayerAlreadyinCompagny: '&f[&dCompanies&f] &cThis player already has a company. You cannot hire him!'
    IwantHireYou: '&f[&dCompanies&f] &a $owner$ wants to hire you for $money$ dollars!'
    NotEnoughmoney: '&f[&dCompanies&f] &cYou do not have enough money!'
    InvitationSent: '&f[&dCompanies&f] &aYou have sent an invitation to $employee$!'
    UcantFire: '&f[&dCompanies&f] &cYou cannot fire this player!'
    IsFired: '&f[&dCompanies&f] &c$employee$ has been fired!'
    NotInTheCompagny: '&f[&dCompanies&f] &cThis player is not in your company.'
    HaveBeenFired: '&f[&dCompanies&f] &cYou have been fired!'
    UdunHavePermForhire: '&f[&dCompanies&f] &cOnly the leader and officers can hire people!'
    WaitingForHire: '&f[&dCompanies&f] &cYou have not been hired! Ask a company to hire you!'
    NoMoreCompagny: '&f[&dCompanies&f] &cThis player does not have a company!'
    NewMember: '&f[&dCompanies&f] &a$employee$ has joined your company!'
    CompagnyLeft: '&f[&dCompanies&f] &aYou left your company successfully!'
    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!'
    NoHome: '&f[&dCompanies&f] &cThis company does not have a home!'
    CantLeaveWithNegativeMoney: '&f[&dCompanies&f] &cYou cannot leave with a negative account!'
    AddedCash: '&f[&dCompanies&f] &aYou have added money to your company!'
    DeleteCash: '&f[&dCompanies&f] &aYou have taken money from your company!'
    PassingAdmin: '&f[&dCompanies&f] &cYou cannot promote an officer. Use &e/company admin <player>&c!'
    promote: '&f[&dCompanies&f] &a$employee$ is now an officer!'
    CantDemote: '&f[&dCompanies&f] &cYou cannot demote an employee. Use &e/company fire &c!'
    demote: '&f[&dCompanies&f] &c$employee$ is now an employee!'
    NoCompagny: '&f[&dCompanies&f] &cYou do not have a company!'
    DelayWage: '&f[&dCompanies&f] &aYou have set wage every $time$ minutes!'
    NoMoreLeader: '&f[&dCompanies&f] &cYou are no longer the leader of your company!'
    CompagnyNotEnoughMoney: '&f[&dCompanies&f] &cYour company does not have enough money for this!'
    CantFireYourself: '&f[&dCompanies&f] &cYou cannot fire yourself!'
    StartingWage: '&f[&dCompanies&f] &eYour wage of $money$ has been sent every $minut$ minutes!'
    CompagnyInfo:
    - '&f---------------------&dCompanies&f---------------------'
    - '&e/company create <name> &f: Create your company'
    - '&e/company disband &f: &fDelete your company!'
    - '&e/company hire <player> <wage> &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> <time in min> &f: Change how often player is paid!'
    - '&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------------'
     
  29. Offline

    caderape

    This is the easiest way for manage ;)
    This looks really professional :eek:

    I added a tax in pourcent(%). You put the pourcentage in the config, and the plugin will calculate the money left.

    edit:
    There, it's the usage for each command. if a player type /company raise <player>, he will get the message "do /company raise <player> <wage>"
    Code:
    InfoCommands:
      create: 'do /company create'
      disband:
      hire: 'do /company hire <player> for hire a player'
      fire:
      join:
      leave:
      promote:
      demote:
      raise: 'do /company raise <player> <wage>'
      addcash:
      takecash:
      bal:
      setloc:
      loc:
      admin:
    do u wish a info section ? like a player do /company info, and you can tell him what you want about the company, how it works, how to manage, the rules.
     
  30. Offline

    jackjorge

    caderape The info section would be when a player does/company help (or just/company)
    Because when the player does those commands, they see the stuff from the config:


    CompagnyInfo:
    - '&f---------------------&dCompanies&f---------------------'
    - '&e/company create <name> &f: Create your company'
    - '&e/company disband &f: &fDelete your company!'
    - '&e/company hire <player> <wage> &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> <time in min> &f: Change how often player is paid!'
    - '&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------------'


    Is there an updated link I could download the plugin from? (the file with taxes)

    Not sure if you fixed the /company addcash error?

    Possible Features:

    - When a company is created can the starting balance of the company be $100,000
    (It costs $100,000 for a player to make a company)

    - /company list - shows all companies that exist

    - when a player types an incorrect command (example: /company test)
    it says " '&f[&dCompanies&f] &cNot a command! Do /company help for more info!'


    Thanks, -Jack
     
Thread Status:
Not open for further replies.

Share This Page