https://github.com/andre601/restricteddimensions
A stupidly simple plugin, to restricting access to the nether!
https://github.com/andre601/restricteddimensions
bukkit bukkit-plugin minecraft minecraft-plugin spigot spigot-plugin
Last synced: about 1 month ago
JSON representation
A stupidly simple plugin, to restricting access to the nether!
- Host: GitHub
- URL: https://github.com/andre601/restricteddimensions
- Owner: Andre601
- License: mit
- Created: 2019-01-18T03:01:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T14:23:21.000Z (almost 6 years ago)
- Last Synced: 2025-08-11T21:34:30.961Z (10 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[LICENSE.md]: /LICENSE.md
## RestrictedDimensions
*A stupidly simple plugin to deny access to dimensions.*
RestrictedDimensions is a plugin that allows you to deny access to specific dimensions.
Players won't be able to enter specific dimensions if they lack the permission `restricteddimensions.enter.`
## Permissions
- `restricteddimensions.enter.`
Allows you access to the dimension ``.
- `restricteddimensions.bypass`
Allows you to bypass all checks and enter any dimension.
## Placeholders
RestrictedDimensions comes with support for PlaceholderAPI and brings the following placeholders to use in other plugins:
- `%restricteddimensions_has_access_%`
Returns whether the player has access to the world/dimension or not.
## License
The source is under the MIT-license.
Read the [LICENSE.md] for more info.