CE AAPP
CE AAPP SpigotCE AAPP GitHubConditionalEvents
ConditionalEvents addon
ConditionalEvents addon
  • 🔮CE AAPP
    • 📌Starting information
    • ⚙️Installation or updation
    • 🗒️Logical notations
    • Actions
      • 🔌Plugins actions
        • change_balance
        • change_oraxen_block
        • change_items_adder_block
        • drop_items_adder_item
        • show_end_credits
      • 🏃Events actions
        • change_projectile
      • 🌐Independent actions
        • manage_inventory
        • change_chat
        • change_block
        • change_AI
        • change_weather
        • change_time
        • change_freeze
        • change_fire
        • create_explosion
        • change_gravity
        • parse_placeholder
        • change_speed
        • change_ticks_lived
        • launch_projectile
        • change_gliding
        • change_invulnerable
        • change_movement
        • change_name
        • change_item
        • manage_recipe
        • change_fly
        • change_craft
        • change_air
        • drop_current_item
        • attack_entity
        • change_passenger
        • teleport_entities
        • change_entities
        • player_break_block
        • change_effect
        • make_damage
        • change_velocity
        • change_health
        • change_area
        • change_statistic
        • manage_mysql
    • Placeholders
      • 🔌Plugins placeholders
        • Placeholder for LuckPerms permissions with contexts
        • Placeholder for real nickname in Essentials based on custom nickname
      • 🌐Independent placeholders
        • Placeholder for items
        • Placeholder for the highest block at a location
        • Placeholder for random block in area
        • Placeholder for biome by coordinates
        • Placeholder for entities in radius
        • Placeholder for processing arrays
        • Placeholder for different team information /team
        • Placeholder for custom data
        • Placeholder for different entity information
        • Placeholder for block lighting
        • Placeholder for working with MySQL
    • 🔧Modifying the addon
Powered by GitBook
On this page
  1. CE AAPP
  2. Actions
  3. Plugins actions

change_oraxen_block

Is an action that allows you to place and remove blocks from the Oraxen plugin at a specified location.

Previouschange_balanceNextchange_items_adder_block

Last updated 22 days ago

YOU NEED THE PLUGIN FOR THIS TO WORK.


Meaning

Allows you to place and remove blocks from the Oraxen plugin at a specified location, since there are not any commands in Oraxen for that.


Format
- 'change_oraxen_block: <mode>;<world,x,y,z>;<block_id|forceDrop (true|false)>;(semi-optional) <player>'

<mode> – may be SET or REMOVE, the "SET" will place the block, and the "REMOVE" will break the block if it will be an Oraxen block; (MANDATORY)

<world,x,y,z> – the location to change the block; (MANDATORY)

<block_id | forceDrop> – the block id to place (only in case of "SET" mode) or the forceDrop state, that is, whether to force the block to drop, even if player is null or in creative mode (only in case of "REMOVE" mode). (MANDATORY)

<player> – the player who caused the block to break (only in case of "REMOVE" mode, but can be skipped). (SEMI-OPTIONAL)


Targets
  • Oraxen blocks.


Where is useful

For example, if you need to place or break some blocks from Oraxen.


Examples
- 'change_oraxen_block: SET;world,14,64,123;customblocks:workbench' # Place the some custom workbench at the specified location
- 'change_oraxen_block: REMOVE;world,14,64,123;true;%player%' # Break the some custom block at the specified location with a forced drop and as if said player had done it

🔮
🔌
ORAXEN