Update to Stargate-Rewritten 1.x.x.x
Pheotis opened this issue · 1 comments
Pheotis commented
Some additions to the API are required:
CHFunctions.java
- [given
portalName
,portalNetwork
, andnewOwner (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
Listener .java & Events.java
The ability to pass most of Stargate's events and their applicable details.
See this and this.
Pheotis commented
done.