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
*Tested on spigot and Paper 1.14.4 latest versions
ProtocolLib for 1.14.4
New fresh server with only Skript_2.4-beta7, ThatPacketAddon-1.0-BETA.3 , ProtocolLib#16 , skript-mirror-1.0.0 (also tested with 0.19.1)
Zero modifications of any config file
Only 1 script .sk :
`import:
java.util.Calendar
on packet event play_server_chat with high priority:
send "High!!!!" to console`
Both Skript-mirror and ThatPacketAddon works, but not together :
seems to work with 2.0.0 SNAPSHOT from https://skripttools.net/addons?q=mirror (hard to found your 2.0.0 !!!) BUT with v1.0.0 or 0.19.1 the following code broadcast the right number, andt with 2.0.0 it broadcast the wrong (broadcast the year and not day of week)
import:
java.util.Calendaronload:
set {_calendar} toCalendar.getInstance()
broadcast"<green>%{_calendar}.get(Calendar.DAY_OF_WEEK!)%"
TlatoaniHJ/ThatPacketAddon#2
*Tested on spigot and Paper 1.14.4 latest versions
ProtocolLib for 1.14.4
New fresh server with only Skript_2.4-beta7, ThatPacketAddon-1.0-BETA.3 , ProtocolLib#16 , skript-mirror-1.0.0 (also tested with 0.19.1)
Zero modifications of any config file
Only 1 script .sk :
`import:
java.util.Calendar
on packet event play_server_chat with high priority:
send "High!!!!" to console`
Both Skript-mirror and ThatPacketAddon works, but not together :
exemple of error ("The Current node:" does not show where is the problem) :
https://pastebin.com/310UMw5M
The text was updated successfully, but these errors were encountered: