Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Setup Guide

Austin Pilz edited this page Aug 4, 2016 · 10 revisions

#Prison Setup

#Cell Setup Alcatraz prisons have cells that are assigned an inmate when they join. The number of players a prison can handle is the number of available cells. If there are no more available cells in your prison, no more players will be able to join the prison. There's no limit to the number of cells that a prison can handle. Cells aren't bound by coordinates or anything special, they're simply a component that allows order within the prison. Additionally, cells have signs which automatically update with the inmate assigned to them and will otherwise display "vacant". Cells can also have an unlimited number of signs assigned to them.

##Add A Cell After you've setup your prison, you can then begin to add cells. You'll need to add cells before you can begin adding cell signs.

To add a cell to your prison, execute the following command - /alca add [prisonName] cell [cellNumber], replacing [prisonName] with the name of your prison and [cellNumber] with the unique number of the cell

If the cell has been setup successfully, you'll receive a confirmation message.

##Enable / Disable A Cell Coming Soon!

##Remove A Cell Coming Soon!

#Sign Setup

Cell Signs

Cell signs allow you to add an unlimited number of automatically updating signs to a cell. These signs will display the prison name and the current inmate assigned to that cell, if any. It's recommended that you add a cell sign on the inside and outside of every cell, as well as having a big wall in a main area of the prison for players to see who is assigned to what cell.

To add a cell sign, execute the command /alca add [prisonName] sign [cellNumber]. You'll receive a message from Alcatraz prompting you to select the desired sign with the selection tool. Left click on the desired sign and you should receive a confirmation message from Alcatraz that the sign was setup successfully. The sign should automatically update with rich color.

Inmate Signs

Alcatraz has the ability to integrate with [InSignsPlus] (http://dev.bukkit.org/bukkit-plugins/vault/), a plugin which allows signs to appear differently depending on which player is looking at them. Alcatraz will use special placeholders on signs to show each inmate which cell is theirs a well as other inmate information.

To add an inmate sign, simply add one of the following placeholders (including the {}'s) on any line of a sign in game:

  • {player} - Inmate name
  • {alcCell} - Inmate cell number
  • {alcMoney} - Inmate's current balance
  • {alcKills} - Inmate kills
  • {alcStrikes} - Inmate strikes
  • {alcMinIn} - How long inmate has been in prison
  • {alcMinLeft} - How long inmate has until execution
  • {alcCostMin} - Cost for additional minutes to prolong execution
  • {alcCostStrike} - Cost for 1 strike removal
  • {alcOnline} - Number of inmates online in the inmate's prison

Clone this wiki locally