Skip to content

hasankayra04/floodgate-skript

 
 

Repository files navigation

Discord

Download

Floodgate support for Skript. Built with SkriptLang's fork, version 2.6.3.

Usage:

Testing if a Player is from Floodgate:

if player is from floodgate:
  send "Hello there!"

Finding a player's platform:

set {_device} to device of floodgate player

Finding a player's version:

set {_version} to version of floodgate player

Finding a player's language/locale:

set {_language} to language of floodgate player

Compiling: Clone the repo and run mvn clean install in the source directory.

About

Skript support for GeyserMC's Floodgate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%