CastleGates [Merged into RPGMaker] icon

CastleGates [Merged into RPGMaker] -----

Custom gates | phases | structures | scripting system | Must have for MMO-RPG servers!



v1.3.3 - Added BuildStations, BlockData compatibility, and updated the scripting system
- Added BuildStation, a station used to create/save custom structures very fast.

[​IMG]

- Added block data compatibility for: Beehive (honeyLevel), BigDripLeaf (tilt), BrewingStand (bottles), Cake (bites), Campfire (lit, signalFire)


This update breaks current message actions (sendChat, sendActionbar, sendHologram, etc..)

Code (YAML):
# Old format
do
:
 - sendChat <&aThis is a chat message> delay=3s
  - sendTitle <This is a title> <subtitle=This is a subtitle> chance=0.5

# New format
do
:
  - sendChat &aThis is a chat message delay=3s
  - sendTitle This is a title subtitle=This is a subtitle chance=0.5
- The scripting system no longer supports <> brackets, commas are now used to separate parameters, and equals signs are used to define flags. Both must be escaped to be used normally in text:
Code (YAML):
do : chatMessage This message contains ,, and == sings!
----------, Apr 12, 2026
Resource Information
Author:
----------
Total Downloads: 8
First Release: Mar 8, 2026
Last Update: Apr 26, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings