플레이어를 빼고 서버안에 있는 엔티티가 300마리가 넘어가면 플레이어를 제외한 모든 엔티티를 삭제할려면 어떻게 해야되나요?
every 1 seconds:
@if number of all entites >= 300:
@@loop all entities:
@@@if type of loop-entity is not player:
@@@@kill loop-entity
버그나는데요?
죄송합니다. 하나 잘 못 적었네요.
if number of all entites >= 300: 이것을
if number of all entities >= 300: 이렇게 바꿔주세요.
그래도 오류나는데.. 혹시 애드온 넣어야 되는거 있냐요?
https://skripthub.net/docs/?id=991 - all entities
https://skripthub.net/docs/?id=967 - number of ~
https://skripthub.net/docs/?id=922 - type of
https://skripthub.net/docs/?id=2145 - entity
https://skripthub.net/docs/?id=1120 - kill
https://skripthub.net/docs/?id=865 - loop-
https://skripthub.net/docs/?id=6350 - loop
https://skripthub.net/docs/?id=2160 - player
모두 skript 기본 구문 입니다.
오류 나는 부분을 캡처하거나 복사해서 보여주세요
if number of all entities >= 300: 부분이 오류가 납니다 알아들을수 없는 컨디션이라네요 ㅠㅠ
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
크러저
2023.01.26every 1 seconds:
@if number of all entites >= 300:
@@loop all entities:
@@@if type of loop-entity is not player:
@@@@kill loop-entity
limupgrade
2023.01.26버그나는데요?
크러저
2023.01.28죄송합니다. 하나 잘 못 적었네요.
if number of all entites >= 300: 이것을
if number of all entities >= 300: 이렇게 바꿔주세요.
limupgrade
2023.01.28그래도 오류나는데.. 혹시 애드온 넣어야 되는거 있냐요?
크러저
2023.01.29https://skripthub.net/docs/?id=991 - all entities
https://skripthub.net/docs/?id=967 - number of ~
https://skripthub.net/docs/?id=922 - type of
https://skripthub.net/docs/?id=2145 - entity
https://skripthub.net/docs/?id=1120 - kill
https://skripthub.net/docs/?id=865 - loop-
https://skripthub.net/docs/?id=6350 - loop
https://skripthub.net/docs/?id=2160 - player
모두 skript 기본 구문 입니다.
오류 나는 부분을 캡처하거나 복사해서 보여주세요
limupgrade
2023.01.29if number of all entities >= 300: 부분이 오류가 납니다 알아들을수 없는 컨디션이라네요 ㅠㅠ