Major Update
Full GUI Editing, Heavy Particle Effects & Exclusive Visual Modes
What’s New
- Full GUI Editing — Create, edit, manage, and delete borders directly from the admin GUI.
- Exclusive Visual Modes — Borders can now use either BlockDisplay visuals or particle visuals, not both at the same time.
- Heavy Particle Effects — Added dense energy-style particle borders for a more premium visual effect.
- Particle Picker GUI — Select in-game particle effects from a paginated GUI.
- Block Visual Options — Choose border block material/color from the edit GUI.
- Height Controls — Increase or decrease visual border height directly from the GUI.
- Damage Toggle — Enable or disable damage when players pass restricted borders.
New GUI Controls
The admin GUI now supports border creation, editing, deletion, visual mode selection, particle selection, block color selection, height adjustment, radius adjustment, public teleport toggles, and damage toggles.
Code:/border gui
New Visual System
Each border now has its own exclusive visual mode.
Code:visual-mode: BLOCK
or
Code:visual-mode: PARTICLE
If particle mode is selected, no BlockDisplay wall will appear. If block mode is selected, the particle border will not appear. This keeps visuals clean and prevents overlapping effects.
New Per-Border Settings
Code:block-material: PURPLE_STAINED_GLASS visual-height: 4.5 particle-style: HEAVY particle-effect: END_ROD damage-on-pass: true
ALTAR Borders is now easier to manage, cleaner visually, and much more powerful for premium server setups.
