CE AAPP
CE AAPP SpigotCE AAPP GitHubConditionalEvents
ConditionalEvents AAPP
ConditionalEvents AAPP
  • 🔮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. Independent actions

change_ticks_lived

Is an action that allows you to change the lifespan of the entities in ticks.


Meaning

Allows you to change the lifespan of the entities in ticks, that is, the time, for which entity is already living from the spawn moment.


Format
- 'change_ticks_lived: <entity_uuid|player_name>;<ticks>'

<entity_uuid | player_name> – the target to change the lived ticks for; (MANDATORY)

<ticks> – the ticks of the new lifespan of the entity (strictly more than 1). (MANDATORY)


Targets
  • Entities;

  • Players.


Where is useful

Can be useful in some technical systems.


Examples
- 'change_ticks_lived: 9926220f-475c-43b4-870a-024a1f6b7bed;25000' # Change the lived ticks of some entity to the 25000

Previouschange_speedNextlaunch_projectile

Last updated 13 days ago

🔮
🌐