✨
DimensionAccess 1.5 Update
This update focuses on flexibility, customization, and cleaner internal structure while keeping full backward compatibility. All new features are configurable and
disabled by default (except sounds), so existing setups will continue working exactly as before.
New Features
Bypass Permission
- Added dimensionaccess.bypass permission for admins.
- Can be enabled/disabled in config:
bypass_permission.enabled
- Default: Disabled
- Default permission level: OP
Titles & Action Bar Support
- Added Titles (large center-screen messages).
- Added Action Bar messages.
- Fully configurable and toggleable in the config.
- Default: Disabled
Sound Effects
- Sounds when:
- Entering a dimension
- Access is denied
- Player is teleported
- Custom sounds from resource packs are supported.
- Can be enabled/disabled in config.
- Improved handling of custom sounds.
- Default: Enabled
Teleport-Out Message
- Optional message when a player is teleported out of a dimension.
- Fully toggleable in config.
- Default: Disabled
⚙️ Improved Configuration
- Cleaner structure with new sections.
- Added helpful comments.
- Every new feature has its own config section.
- Original prefix remains unchanged:
&aDimensionAccess &8» &r
New Config Sections
titles:
enabled: false
no_permission:
title: "&c&lACCESS DENIED"
subtitle: "&7You don't have permission"
actionbar:
enabled: false
no_permission: "&cNo Permission!"
sounds:
enabled: true
no_permission:
sound: "ENTITY_VILLAGER_NO"
bypass_permission:
enabled: false
messages:
teleport_out:
enabled: false
message: "&eYou were teleported out of the dimension."
New Permission
dimensionaccess.bypass
Bypasses all dimension restrictions.
Default: OP
️ Fixes & Improvements
- Fixed deprecated Sound.valueOf() warning.
- Improved custom sound handling.
- Code cleanup and refactoring.
- Plugin is now split into multiple classes for better maintainability.
Backward Compatibility
- Old configs will automatically update with new sections.
- No data will be lost.
- Original behavior remains unchanged unless new features are enabled.
Thanks for the support ❤️
More improvements are coming soon!