Resource icon

Addon SkCoAPI [Pre-release] 0.3.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.15
  2. 1.16
  3. 1.17
  4. 1.18
  5. 1.19
  6. 1.20

Overview​


SkCoAPI is an adapter of CoreProtect API for Skript.
You can utilize CoreProtect API through Skript syntax with this addon.

Note: Currently this addon is in the development stage.
Using a developing addon has a risk of causing data corruption.



Requirements and Supported Versions​


Java 11 and above
Spigot / Paper 1.15 and above
Skript 2.6.4
CoreProtect 22.1

Source & Usage​


Example: Get the last 24 hours of block data for endermans excluding grass and dirt blocks.
code_language.skript:
set {_exclude::*} to grass and dirt
lookup action logs in 24 hours for "##enderman" except on {_exclude::*}:
    set {_lookup::*} to results
loop {_lookup::*}:
    set {_action} to action of loop-value
    set {_type} to block type of loop-value
    set {_age} to difference between now and date of loop-value
    # ...

The source and issue tracker are on GitHub.
Docs: Skript Hub, skUnity Docs
Author
Take-John
Downloads
367
Views
599
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. 0.3.0 Pre-release

    View the changelog on GitHub.
  2. v0.2.0 Pre-release

    View the changelog on GitHub.