SkCoAPI by Take-John

An adapter of CoreProtect API for Skript.

Events

1

Expressions

14

Effects

8

Conditions

5

Types

1

Sections

3

Structures

0

Total

32

0.3.0 Pre-release 134 days, 16 hours and 38 minutes ago

View the changelog on GitHub.

View Update

v0.2.0 Pre-release 247 days, 2 hours and 41 minutes ago

View the changelog on GitHub.

View Update

SkCoAPI [Pre-release] 260 days, 16 hours and 7 minutes ago

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.
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

View Update

© Copyright 2014-2024 skUnity

All rights reserved.