Skip to content

Releases: scraft-official/skScraft

skScraft 1.5 - Titles, ActionBars and more...

28 Apr 16:30
8b697cf
Compare
Choose a tag to compare

New stuff:

NEW EFFECTS:

BungeeCord
kick %string% from bungeecord [network] due to %string%
send bungee[cord] actionbar %string% to [player] %string%
send bungee[cord] title %string% with subtitle %string% for %integer% [tick[s]] with %integer% [tick[s]] fade in and %integer% [tick[s]] fade out to [player] %string%
/!\ Don't use default timespan from skript. Title effect allow only for integers (1 = 1 tick | 20 = 1 second | 100 = 5 seconds | 1200 = 1 minute).

Example of use:

command /text:
  trigger:
    send bungeecord title "&c&lALERT" with subtitle "&fYou will be kicked in 5 seconds!" for 80 ticks with 10 ticks fade in and 10 ticks fade out to "%player%"
    send bungeecord actionbar "&8( &fYou will be kicked in 5 seconds &8)" to "%player%"
    wait 100 ticks
    kick "%player%" from bungeecord network due to "&cYou have been kicked! %newline%&8( &fSome reason here... &8)"

INSTALLATION [MC 1.9-1.13]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.9-1.13].zip, added under this post.
  • Unzip BungeeBridge[1.9-1.13].zip
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

INSTALLATION [MC 1.14-1.16]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.14-1.16].zip, added under this post.
  • Unzip BungeeBridge[1.14-1.16].zip.
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

Useful:

Version: 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16
You can enable DEBUG MODE in config to see what is happaning!
If you have any questions join to my skScraft Discord -> https://discord.gg/invite/MBYEeukXuT

skScraft 1.4 - Some new stuff!

18 Mar 19:18
f81fc54
Compare
Choose a tag to compare

Repaired stuff:

  • Fixed network UUID expression.
[bungee[cord]] network uuid of [player] %string%

New stuff:

  • Added expression that get the name of the server on which the script is running.
  • Added perfectly centerd text that allow to center a message (with chat limit) into variable.
  • Added limited perfectly centered text that allow to center a message with an limit of spaces in example if you want just to center text inside the lore of item where limit is in example 22 spaces.
  • Added an option in config to hide console message when player/console issued a command, that can help you hide players password in server logs, if you are creating a login system.

NEW EXPRESSIONS:

BungeeCord
name of [this] server on [bungee[cord]] network
Other
[perfectly] centered text %string%
[perfectly] centered limited text %string% with max [limit] of %integer% [spaces]

Example of use:

command /text:
  trigger:
    set {_text1} to perfectly centered text "Hi, this is a very good centered"
    set {_text2} to perfectly centered text "&lMESSAGE :D"
    send "%{_text1}%"
    send "%{_text2}%"
command /text:
  trigger:
    set {_text1} to perfectly centered limited text "scraft" with max limit of 22 spaces
    set {_text2} to perfectly centered limited text "----" with max limit of 22 spaces
    send "%{_text1}%"
    send "%{_text2}%"

INSTALLATION [MC 1.9-1.13]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.9-1.13].zip, added under this post.
  • Unzip BungeeBridge[1.9-1.13].zip
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

INSTALLATION [MC 1.14-1.16]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.14-1.16].zip, added under this post.
  • Unzip BungeeBridge[1.14-1.16].zip.
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

Useful:

Version: 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16
You can enable DEBUG MODE in config to see what is happaning!
If you have any questions join to my skScraft Discord -> https://discord.gg/invite/DE4Tqr6CDD

AMAZING UPDATE - ALL VERSIONS SUPPORTED [1.9 - 1.16]

08 Jan 18:09
Compare
Choose a tag to compare

New stuff:

  • Small changes in inside plugin config.
  • Repaired not working BungeeBridge on version 1.14.x+.
    (For server versions 1.14 - 1.16 follow INSTALLATION [MC 1.14-1.16])

INSTALLATION [MC 1.9-1.13]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.9-1.13].zip, added under this post.
  • Unzip BungeeBridge[1.9-1.13].zip
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

INSTALLATION [MC 1.14-1.16]:

  • Don't forget to download Skript and BungeeBridge to make it work!
  • Skript - https://github.com/SkriptLang/Skript/releases
  • Download BungeeBridge[1.14-1.16].zip, added under this post.
  • Unzip BungeeBridge[1.14-1.16].zip.
  • Upload BungeeBridge_Client to all of your spigot servers, and BungeeBridge_Server to BungeeCord proxy!
  • Upload skScraft ONLY to your spigot server!

Useful:

Version: 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16
You can enable DEBUG MODE in config to see what is happaning!
If you have any questions join to my skScraft Discord -> https://discord.gg/invite/DE4Tqr6CDD

skScraft 1.2 - Config file, and default messages!

07 Jan 22:46
fe71e52
Compare
Choose a tag to compare

New stuff:

  • Reworked effects:
kick all players from [bungee[cord]] network with message %string%
stop [bungee[cord]] proxy [with message %string%]
  • Now you can set in the config file, default messages!
DEBUG MODE: false
Default kick message: §eYou have been kicked from the network!
Default stop proxy message: §eProxy server is restarting!
VERSION: 1.2

Before download:

Useful:

Versions Supported: 1.9, 1.10, 1.11, 1.12
You can enable DEBUG MODE in config to see what is happaning!

skScraft 1.1 - New syntaxes!

07 Jan 21:25
0c3a704
Compare
Choose a tag to compare

New stuff:

  • New Effects:
execute command %string% on [bungee[cord]] network as [player] %string%
execute command %string% on [bungee[cord]] proxy
kick all players from [bungee[cord]] network with message %string%
stop [bungee[cord]] proxy [with message %string%]
  • New Expressions:
[bungee[cord]] uuid of [player] %string%
[number of] [max] slots of [bungee[cord]] server %string%
[bungee[cord]] network ip of [player] %string%%

Before download:

Useful:

Versions Supported: 1.9, 1.10, 1.11, 1.12
You can enable DEBUG MODE in config to see what is happaning!

skScraft 1.0 - FIRST RELEASE

06 Jan 18:27
93fe3a1
Compare
Choose a tag to compare

First release of skScraft skript addon!

- Don't forget to download Skript and BungeeBridge to make it work!

- Skript - https://github.com/SkriptLang/Skript/releases

- BungeeBridge - https://www.spigotmc.org/resources/bungeebridge.5820/

- Upload BungeeBridge to all of your spigot servers, and BungeeCord proxy too!