Speedgot
[Skript-Addon] SkEtcR
-----
Add-on's name is SkEtcR and it has a variety of functions.
Download Now
244.9 KB .jar
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
v3.2
--------------------------------------- v3.2
etc:
미스틱몹등 타 API 충돌로 인한 플러그인 비활성화되는 현상 수정
Expression - event-drop
에서 행운이 적용되지 않는 버그 수정 (nms사용, 테스트 버전 1.12.2)
----
Condition:
%entity% (1¦is|2¦is(n't| not)) animal
- %entity%가 동물인지 확인합니다.
ex)
on damage:
if victim is animal:
send "동물"
--------------------
Effect:
redscreen %player% - 플레이어에게 빨간 화면을 띄웁니다
unredscreen %player% - 플레이어의 빨간 화면을 제거합니다
ex)
on damage:
if type of victim is player:
redscreen victim
wait 5 tick
unredscreen victim
-----
fish[ ]speed to %integer% - 물고기가 잡히는 속도를 설정합니다.
( %integer% = tick )
※on fishing이벤트에서만 작동
ex)
on fishing:
fish speed to 200
ex2)
on fishing:
if {level::%player%} >= 100: #레벨 변수가 100보다 크거나 같을 때
fish speed to 20 # 1초에 한 번씩 잡히게 한다.
------------------------
Expression:
%itemstack%'s durability - 아이템의 현재 내구도 ( 설정 가능 )
%itemstack%'s max[ ]durability - 아이템의 최대 내구도 ( 설정 불가능 )
ex)
on damage:
set {_tool} to attacker's tool
if {_tool}'s durability < 10:
set {_tool}'s durability to {_tool}'s max durability
----------
,
Sep 20, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
4,838
First Release:
Sep 11, 2020
Last Update:
Sep 27, 2023
Category:
---------------
All-Time Rating:
3 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings