stargate-rewritten/SG-MethodScript

Update to Stargate-Rewritten 1.x.x.x

Pheotis opened this issue · 1 comments

Some additions to the API are required:

CHFunctions.java

  • [given portalName, portalNetwork, and newOwner (UUID or string)] Change a portal's registered owner.
  • [given portalName & portalNetwork] Populate an array with information about the portal, including:
    • Its sign's coords
    • Its activator's coords
    • Whether it is above-ground or underwater
    • The portal's destination (if specified)
    • The coords of all iris blocks
    • A boolean for each flag
    • The portal's owner's name and uuid.

CHStargateEvent.java

The portal event.

Listener .java & Events.java

The ability to pass most of Stargate's events and their applicable details.
See this and this.

done.