Level 1
New Miner
0

Forum Posts

1 - 6 of 6

    TheReaper3326
    08/04/2020 10:27 am
    Level 1 : New Miner
    This issue has been "fixed", this is a Bukkit error and could be the version it's running on had simple bugs leading to schedules not being able to run in certain conditions. If you get this issue, switch to vanilla for the time being if you're not using plugins, or can spare without them for the time being.
    1
    TheReaper3326
    08/04/2020 10:24 am
    Level 1 : New Miner
    It's fine, I managed to fix it. It was a Bukkit error, that struggled to allow schedules to run in different dimensions if it wasn't ran by the server, even still the server couldn't run certain schedules, and for no reason at all. I've got a video that sort of explains what I was attempting to do which you can check out here.

    https://youtu.be/z4g9FF8NVNM

    Simply just a Bukkit error, tried this on vanilla and everything worked perfectly. Thank you for your assistance though.
    2
    TheReaper3326
    08/03/2020 10:52 am
    Level 1 : New Miner
    I recently tested them, and the power:malice_stage1_1 function was corrupted, that is now fixed, I believe this is a general issue with schedule functions, I'll send the two files here.



    rein:malice

    --------------------------------
    execute in minecraft:the_nether if entity @a[tag=Malice_Enabled] at @e[tag=Malice_STAGE1] run summon minecraft:skeleton -210 71 -4 {CustomName:"\"Malicious Guardian\"",CustomNameVisible:1,PersistenceRequired:1b,CanPickUpLoot:0b,Health:150,Attributes:[{Name:"generic.max_health",Base:300},{Name:"generic.follow_range",Base:100},{Name:"generic.knockback_resistance",Base:0.5f}],Silent:1,HandItems:[{id:"minecraft:diamond_sword",tag:{display:{Name:'{"text":"Malicious Sword"}'},Unbreakable:1b,Enchantments:[{id:sharpness,lvl:5},{id:fire_aspect,lvl:2}]},Count:1},{}],ArmorItems:[{tag:{display:{Name:'{"text":"Malicious Boots"}'},Unbreakable:1b,Enchantments:[{id:protection,lvl:5},{id:thorns,lvl:10}]},id:"minecraft:diamond_boots",Count:1},{tag:{display:{Name:'{"text":"Malicious Leggings"}'},Unbreakable:1b,Enchantments:[{id:protection,lvl:5},{id:thorns,lvl:10}]},id:"minecraft:diamond_leggings",Count:1},{tag:{display:{Name:'{"text":"Malicious Chestplate"}'},Unbreakable:1b,Enchantments:[{id:protection,lvl:5},{id:thorns,lvl:10}]},id:"minecraft:diamond_chestplate",Count:1},{id:"minecraft:diamond_helmet",Count:1,tag:{display:{Name:'{"text":"Malicious Helmet"}'},Unbreakable:1b,Enchantments:[{id:protection,lvl:5},{id:thorns,lvl:10}]}}],ActiveEffects:[{Id:5,Amplifier:2,Duration:2147483647,ShowParticles:0b},{Id:11,Amplifier:0,Duration:2147483647,ShowParticles:0b},{Id:12,Amplifier:4,Duration:2147483647,ShowParticles:0b},{Id:14,Amplifier:0,Duration:2147483647,ShowParticles:0b}],Tags:["Enemy","Malicious_Guardian"],Team:Enemy}

    execute in minecraft:the_nether if entity @a[tag=Malice_Enabled] at @e[tag=Malice_STAGE1] run summon minecraft:blaze -210 71 -4 {CustomName:"\"Reinforcement\"",CustomNameVisible:1a,PersistenceRequired:1b,Health:250,Attributes:[{Name:"generic.max_health",Base:125},{Name:"generic.follow_range",Base:500},{Name:"generic.movement_speed",Base:0.5f}],Silent:1,ActiveEffects:[{Id:5,Amplifier:2,Duration:2147483647,ShowParticles:0b},{Id:12,Amplifier:6,Duration:2147483647,ShowParticles:0b},{Id:14,Amplifier:0,Duration:2147483647,ShowParticles:0b}],Tags:["Enemy"],Team:Enemy}
    execute in minecraft:the_nether if entity @a[tag=Malice_Enabled] at @e[tag=Malice_STAGE1] run summon minecraft:blaze -210 71 -4 {CustomName:"\"Reinforcement\"",CustomNameVisible:1a,PersistenceRequired:1b,Health:250,Attributes:[{Name:"generic.max_health",Base:125},{Name:"generic.follow_range",Base:500},{Name:"generic.movement_speed",Base:0.5f}],Silent:1,ActiveEffects:[{Id:5,Amplifier:2,Duration:2147483647,ShowParticles:0b},{Id:12,Amplifier:6,Duration:2147483647,ShowParticles:0b},{Id:14,Amplifier:0,Duration:2147483647,ShowParticles:0b}],Tags:["Enemy"],Team:Enemy}

    execute if entity @a[tag=Malice_Enabled] run schedule function rein:malice 450s
    --------------------------------
    power:malice_stage1_1
    -----------------------------------execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] run tellraw @a ["",{"text":"[MALICE]:","bold":true,"color":"dark_red"},{"text":" Fireball Crash!"}]
    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] in minecraft:the_nether at @a run summon minecraft:fireball ~ ~25 ~ {Motion:[0.0,-0.1,0.0],power:[0.0,-0.1,0.0],ExplosionPower:3}
    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] in minecraft:the_nether at @a run summon minecraft:fireball ~ ~27 ~ {Motion:[0.0,-0.1,0.0],power:[0.0,-0.1,0.0],ExplosionPower:5}
    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] in minecraft:the_nether at @a run summon minecraft:fireball ~ ~29 ~ {Motion:[0.0,-0.1,0.0],power:[0.0,-0.1,0.0],ExplosionPower:7}
    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] in minecraft:the_nether at @a run summon minecraft:fireball ~ ~31 ~ {Motion:[0.0,-0.1,0.0],power:[0.0,-0.1,0.0],ExplosionPower:9}
    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] in minecraft:the_nether at @a run summon minecraft:fireball ~ ~33 ~ {Motion:[0.0,-0.1,0.0],power:[0.0,-0.1,0.0],ExplosionPower:15}

    execute if entity @e[tag=Malice_STAGE1] if entity @a[tag=Malice_Enabled] run schedule function power:malice_stage1_2_1 45s
    -------------------------------------------
    1
    TheReaper3326
    08/02/2020 4:33 pm
    Level 1 : New Miner
    It runs via schedule, from a function that I have run myself yes.
    1
    TheReaper3326
    08/02/2020 11:36 am
    Level 1 : New Miner
    That's another problem I've got, I'm able to run the command manually in the nether, however if I have it scheduled, it doesn't seem to run properly, and I'm fully aware, checking many times that the commands and directories are correct.



    Since this is a heavy nether update, I believe the "execute in" and schedule functions basing in the nether don't seem to run like they used to.
    1
    TheReaper3326
    08/02/2020 8:15 am
    Level 1 : New Miner
    That's the issue, that's perfectly fine, all of this was in 1.14.4, Malice_Enabled is given to every player currently in play and is distributed by a function that leads up to this one, so unfortunately, that tag isn't the issue as I previously tested for that one.
    1

1 - 6 of 6

Welcome