installation

Download the latest version from this link and move the downloaded file to the plugins directory inside the game server or proxy server
After launching the game or proxy server, the Skcrew folder will be created in the plugins folder, where the addon configuration file is located. In it, you can enable or disable certain modules, as well as adjust some settings, if necessary.

The standard configuration for the game server (Spigot and similar forks):

bitwise:
  enabled: true
files:
  enabled: true
floodgate:
  enabled: true
gui:
  enabled: true
interpretate:
  enabled: true
maps:
  enabled: true
other:
  enabled: true
packets:
  enabled: true
permissions:
  enabled: true
requests:
  enabled: true
runtime:
  enabled: true
sockets:
  enabled: false
  server-address: "127.0.0.1"
  server-port: 1337
  client-autoreconnect-time: 5
sql:
  enabled: true
  driver-class-name: "default"
string-utils:
  enabled: true
viaversion:
  enabled: true
world:
  enabled: true

Standard configuration for a proxy server ( Velocity or Bungeecord ):

socket-server-port: 1337

web-server-enabled: true
web-server-port: 1338
web-server-user: admin
web-server-password: admin

Supported versions of the Skript:

Addon modules and their support on different server versions:

Module1.8.81.12.21.14+
bitwise
files
floodgate
gui
interpretate
maps
other
packets
permissions
requests
runtime
sockets
sql
string-utils
viaversion
world

The module will be automatically disabled if it is not supported by the server version, so do not worry if you did something wrong