CraftBook: Difference between revisions

From AlphaPlace Wiki
Jump to navigation Jump to search
mNo edit summary
Added gates
Line 1: Line 1:
[[Category:Guides]] [[Category:Server internals]] [[Category:Server plugins]]
[[Category:Guides]] [[Category:Server internals]] [[Category:Server plugins]]
[https://github.com/EngineHub/CraftBook '''CraftBook'''] ([https://bukkit.org/threads/falsebook-craftbook-for-bukkit-0-5alpha.7226/ '''FalseBook'''] is a fork) is a plugin that add various mechanics, such as elevators, gates, etc., that can be interacted with via signs.<br>
[https://github.com/EngineHub/CraftBook '''CraftBook'''] ([https://bukkit.org/threads/falsebook-craftbook-for-bukkit-0-5alpha.7226/ '''FalseBook'''] is a fork) is a plugin that adds various mechanics, such as elevators, gates, etc., that can be interacted with via signs.<br>
This page will document some of the available mechanics ('''i'''ntegrated '''c'''ircuits) on [[AP]], though additional documentation is available here: https://craftbook.enginehub.org/en/3.x/index.html
This page will document some of the available mechanics ('''i'''ntegrated '''c'''ircuits) on [[AP]], though additional documentation is available here: https://craftbook.enginehub.org/en/3.x/index.html


Line 15: Line 15:
File:CraftBook-Elevators-1.png|In <code>/warp info</code>
File:CraftBook-Elevators-1.png|In <code>/warp info</code>
File:CraftBook-Elevators-2.png|The first line is the name of the floor the sign is currently in.
File:CraftBook-Elevators-2.png|The first line is the name of the floor the sign is currently in.
</gallery>
== Gates ==
Fence gates that can be opened and closed.<br>
Place a sign adjacent to a grid of fences with <code>[Gate]</code> in the 2nd line.<br>
You can do the same for the other side of the gate.
<gallery mode="packed">
File:CraftBook-Gates.gif|
</gallery>
</gallery>

Revision as of 17:52, 28 November 2024

CraftBook (FalseBook is a fork) is a plugin that adds various mechanics, such as elevators, gates, etc., that can be interacted with via signs.
This page will document some of the available mechanics (integrated circuits) on AP, though additional documentation is available here: https://craftbook.enginehub.org/en/3.x/index.html

Elevators

Signs can be wall mounted or placed on the floor, but they need to be on the same X and Z coordinates (obviously Y can be changed).
Angled brackets denote placeholders.

 <Floor name>
 [Lift <Up/Down>]
 <Any info you
 wish to add>

1st line can be blank if you want.
2nd line must be either [Lift Up] or [Lift Down].

Gates

Fence gates that can be opened and closed.
Place a sign adjacent to a grid of fences with [Gate] in the 2nd line.
You can do the same for the other side of the gate.