This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Agent Silence's profile picture

I'm replicating the factions plugin for my Forge server with CC

Started by Agent Silence, 12 May 2014 - 02:46 PM
Agent Silence #1
Posted 12 May 2014 - 04:46 PM
But I don't know how to make a perimeter and a saved list of players in the faction.
How it's going to work is by using Wireless PDAs to send a red net signal every time they enter the perimeter to a underground computer with a command block, telling the command block to set them to adventure mode. Also saving what the players game mode was before the command block changed it, so when the player leaves, it sets the game mode back to the original game mode. If the players name is recognized in the faction, it bypasses the adventure mode border. Really any help at all would be appreciated. Thank you :)/>
Lyqyd #2
Posted 12 May 2014 - 07:53 PM
You could use the modem API to get the distance of the player from a known location by having them respond to modem messages and using the distance value. You'd have to find some way to force every player to carry a PDA and keep it turned on, of course. As well, you'd have to pre-populate every chunk with a computer to allow control of ownership of that chunk.

Also, don't bump your topic just because you feel like not enough attention has been paid to your question.
Agent Silence #3
Posted 12 May 2014 - 08:13 PM
You could use the modem API to get the distance of the player from a known location by having them respond to modem messages and using the distance value. You'd have to find some way to force every player to carry a PDA and keep it turned on, of course. As well, you'd have to pre-populate every chunk with a computer to allow control of ownership of that chunk.

Also, don't bump your topic just because you feel like not enough attention has been paid to your question.
1. Thank you.
2. Sorry, I couldn't help myself