# Stuff in all plugins

- [Item / Block / Entity Lookup System](/docs/stuff-in-all-plugins/item-block-entity-lookup-system.md)
- [Actions System](/docs/stuff-in-all-plugins/actions-system.md)
- [send-message](/docs/stuff-in-all-plugins/actions-system/send-message.md): Sends a message to the player
- [command](/docs/stuff-in-all-plugins/actions-system/command.md): Executes a command as Player/Console
- [add-exp](/docs/stuff-in-all-plugins/actions-system/add-exp.md): Adds exp to the player
- [play-sound](/docs/stuff-in-all-plugins/actions-system/play-sound.md): Plays a defined sound to the player
- [vault-add](/docs/stuff-in-all-plugins/actions-system/vault-add.md): Adds a defined vault based currency to the player
- [Conditions System](/docs/stuff-in-all-plugins/conditions-system.md)
- [above-block](/docs/stuff-in-all-plugins/conditions-system/above-block.md): Check if the block above a target block meets the requirement.
- [has-age](/docs/stuff-in-all-plugins/conditions-system/has-age.md): Check if the target block has a specify age
- [in-region](/docs/stuff-in-all-plugins/conditions-system/in-region.md): Check if the player is in a specify world-guard region
- [in-world](/docs/stuff-in-all-plugins/conditions-system/in-world.md): Check if the player is in a specified world
- [has-permission](/docs/stuff-in-all-plugins/conditions-system/has-permission.md): Check if the player has a specified permission
