Speedgot
JAwake
-----
If you sleep, you die
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Jawake Plugin v1.1: Command Enhancements and Event Control
Added:
Reload Command (/jreload):
A new command to reload the plugin's events and configuration without restarting the server.
Command feedback: Displays a success message in green after reloading.
Example feedback:
"Jawake plugin has been reloaded."
"All events have been refreshed."
Permissions required:
jawake.reload
.
Stop Command (/jawakestop):
Stops the
Awake
event from triggering by unregistering the event listeners.
Command feedback: Displays a red message when the events are stopped.
Example feedback:
"Jawake plugin events have been stopped."
Permissions required:
jawake.stop
.
Start Command (/jawakestart):
Re-enables the
Awake
event by re-registering the event listeners.
Sends a title and subtitle to all online players when the event is started:
Title: "Danger!!"
Subtitle: "Don't sleep!!"
Command feedback: Displays a green message when the events are started.
Example feedback:
"Jawake plugin events have been started."
Permissions required:
jawake.start
.
Main Class (Main.java):
Added methods to stop and re-enable events dynamically:
plugin.reload()
re-registers the
Awake
event listener.
stopAwakeEvent()
unregisters the
PlayerJoinEvent
and
PlayerBedEnterEvent
handlers.
Updated
onEnable()
to initialize and register the
Awake
event.
Registered the new commands /jreload, /jawakestop, and /jawakestart.
Added command definitions for /jreload, /jawakestop, and /jawakestart.
Added permissions for the new commands:
jawake.reload
(for reloading)
jawake.stop
(for stopping)
jawake.start
(for starting)
----------
,
Sep 22, 2024
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
63
First Release:
Sep 18, 2024
Last Update:
Sep 22, 2024
Category:
---------------
All-Time Rating:
0 ratings
Find more info at github.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support