Speedgot
PushBack | Push away the nons with style
-----
Push people away if they get in your face!
Download Now
18.3 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Full Rewrite + API
In this update, I added an API and rewrote the whole code. If you find problems please report them in Discussion or to
Raymond#0001
on Discord!
Most of these changes are backend or for Developers
Changes:
- Removed Sound and Effects
- Backend rework
-
API
Spoiler:
Event Example
Code (Java):
@EventHandler
public
void
onPlayerPushed
(
PlayerPushedEvent event
)
{
System
.
out
.
println
(
"Player who Pushed: "
+
event.
getPlayer
(
)
.
getName
(
)
)
;
System
.
out
.
println
(
"Players' affected: "
+
Arrays
.
toString
(
event.
getEffectedPlayers
(
)
.
toArray
(
)
)
)
;
System
.
out
.
println
(
"Cancelled: "
+
event.
isCancelled
(
)
)
;
}
This project is open-sourced on GitHub
here
.
----------
,
Feb 14, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
1,058
First Release:
Jul 25, 2020
Last Update:
Feb 15, 2021
Category:
---------------
All-Time Rating:
5 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support