You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**portalFrameBlock** : The block type used to build the portal frame (only solid, full blocks are supported)
85
+
-**portalIgniteItem** : The item required to activate the portal (can be items, water, or lava)
86
+
-**portalActivationItem** : The item to use to activate the portal (items, water and lava are supported).
87
+
88
+
# How to delete a portal
89
+
90
+
```
91
+
/qt deleteportal [portalFrameBlock]
92
+
```
51
93
52
94
Arguments:
53
-
-**worldIdentifier** : The identifier of the world where you want to go.
95
+
-**portalFrameBlock** : The block type used to build the portal frame.
96
+
97
+
Note:
98
+
- After deleting a portal, it’s recommended to restart the server for the changes to fully take effect
99
+
- Deleted portals will not be physically destroyed. Instead, they will simply stop functioning
54
100
55
101
# Whats next ?
56
102
57
-
I already planned to add mod configuration, teleporting to worlds by right clicking signs.
103
+
Thoses features are already planned:
104
+
- Custom portal color
58
105
59
106
# A last word
107
+
60
108
This mod is mainly created for my personal use, i may or may not update it regulary. I'll still try to maintains it updated to the last minecraft version.
61
109
62
110
# Thanks
111
+
63
112
[CustomPortalAPI](https://github.com/kyrptonaught/customportalapi) : I use this lib for creating custom portals.
64
113
65
114
[Fantasy](https://github.com/NucleoidMC/fantasy) : I use this lib for creating worlds at runtime.
0 commit comments