Page 1 of 1
[Multiplayer] How to limit player join force?
Posted: Wed Apr 06, 2016 5:25 am
by chun1617
Hello, is there have any method to set some requirement to join force?
Like they can't change the force after join some force. Or the admin of force need to approve before someone join his force.
Re: [Multiplayer] How to limit player join force?
Posted: Wed Apr 06, 2016 10:43 am
by ratchetfreak
you can do that with guis
only give the admin of the force a gui to change and approve other people's force request
Re: [Multiplayer] How to limit player join force?
Posted: Wed Apr 06, 2016 12:12 pm
by chun1617
ratchetfreak wrote:you can do that with guis
only give the admin of the force a gui to change and approve other people's force request
may i ask if you can explain some more? thanks

Re: [Multiplayer] How to limit player join force?
Posted: Wed Apr 06, 2016 1:55 pm
by DaveMcW
Disable commands on the server.
Write a mod that performs certain commands when you click the correct button. Only commands that have a button can be used. Some buttons can only be clicked by the first player on a force.
You should look at mods that use buttons to see how it is done.