Just place the .jar file in your plugins folder and the plugin should work! Easy as that! After that you can configure the the plugin from the
config.yml to your needs.
/chairs toggle - Toggles the ability to sit on Stairs and Slabs on or off. This is helpful if Players are building with those blocks.
nexia.chairsreloaded.chairs.toggle
Code (YAML):
# MAIN SETTINGS CheckForEmptySpace: true
# Makes sure there's space above the Chair before mounting it. IgnoredEmptySpaceBlocks: # If the checkForEmptySpace is true, these items will be ignored and count as empty space. If the block contains something from this list in this name it will be ignored. - AIR
- BANNER
- WALL_SIGN
- BUTTON
- LEVER
- TORCH
- TRIPWIRE
- VINE
- LADDER
DismountAboveChair: true
# Dismounts above the Chair and not in the Chair. BlacklistedWorlds: # The Worlds that Chairs will not work on. - ExampleWorld
Code (YAML):
ChairsCommands:
InvalidUsage: '&cInvalid usage. Use &7/chairs toggle&c.'
Toggle:
ToggleOn: '&aChair sitting has been toggled to &7on&a.'
ToggleOff: '&aChair sitting has been toggled to &coff&a.'
You can get
Support,
Request a Feature or
Report a Bug through the
Discussion tab or through our
Discord. We will do our best to help you out!
Q: Why Reloaded? A: The original plugin was made by ItsGeppy and is now maintained by HeadMonitor for the Nexia Network. Reloaded means the version that is maintained by HeadMonitor and not it's original creator.
Q: I have an issue, found a bug or want to request a feature. A: You can leave a comment on the Discussion tab, or join our Discord server.
Q: If I request a feature what are the chances of it being accepted? How long will it take to implement? A: The chances are very high! We want the Plugin to be as much useful to you as possible. As for the time to implement this solely depends on the complexity of the feature, but it shouldn't take more than a few days!
Versions prior to 1.14 will not save the player's toggle state on server restarts.
Versions prior to 1.13 are not supported since SpigotAPI is missing features that the plugin uses.