#Things you might have trouble finding
1 messages · Page 1 of 1 (latest)
on move: is wrong, you need to specify what moved (entity/player)
Instead use: on player move: on entity move:
Example:
if world of event-entity is "world":
broadcast "A zombie moved in the overworld!"```
1
make player see block at <location> as <block> doesn't require poask and can be done with normal skript
2.
You can use on input key press: for "custom" keybinds.
https://skripthub.net/docs/?id=12920
LIST OF UNOBTAINABLE ITEMS
A List of (hopefully?) all unobtainable items ready in a Skript syntaxt
^ w way to kill parser
just do a check for less than a quarter of those and use minecraft tags for the spawn eggs
air is an "obtainable item" btw
either it's not an item at all or it's an obtainable one but definitely not an unobtainable item
actually, yes, ur right 😅
sadly I dont know how to do this, could you please show me?
Represents a tag which can be used to classify items, blocks, or entities.
Tags are composed of a value and an optional namespace: "minecraft:oak_logs".
If you omit the namespace, one will be provided for you, depending on what kind of tag you're using. For example, tag "doors" will be the tag "minecraft:doors", while paper tag "doors" will ...