DRE2N / CommandsXL

Simple command link plugin.
https://www.spigotmc.org/resources/commandsxl.12336/
GNU General Public License v3.0
2 stars 3 forks source link

DungeonsXL #4

Open lenbois opened 5 years ago

lenbois commented 5 years ago

I've been working with DXL and CXL, and i have a problem. The command I created is not working at all in the dungeon (both test and play mode). It works when I execute it on my own {when i'm editing the dungeon, I tested it). Here is what's on the sign:

[CMD]
fill1
5,OP
M twili

Here is what's in the command's yml:

commands:
  fill -59 55 47 -56 55 45 minecraft:air replace: []
  fill -58 55 48 -57 55 48 minecraft:air replace: []

Please help, Thank you!

Sataniel98 commented 5 years ago

This could be about anything, it is not CXL-related. Try using a different trigger to find out if the sign is set up wrongly, or a different sign with the same trigger and see if that works.

lenbois commented 5 years ago

I tried using a different trigger and it works. However I am very sure that my sign is set up correctly. I have two signs at work in this system: Sign 1:

[CMD]
fill1
1,OP
M twili

Sign 2:

[Mob]
twili
10,1,MM
D 7

I can't seem to find the problem

Sataniel98 commented 5 years ago

Well if it works with a different trigger then the the problem is that the trigger isn't triggered, not that the sign or the command are set up wrongly.

lenbois commented 5 years ago

M twili This is the trigger. It should trigger when the twili mob spawned by the [Mob] sign is killed, right? Do you know why it's not triggering? I have a similar setup where instead of [CMD] it's [Door], and that works perfectly fine.

Sataniel98 commented 5 years ago

I don't know. I'd need more context in order to help.

lenbois commented 5 years ago

What context do you need?

Sataniel98 commented 5 years ago

As much as possible

lenbois commented 5 years ago

What in specific? I can get anything to you now.

lenbois commented 5 years ago

I am making a dungeon called Twilit_Pit. The dungeon is set up like a tower. The first part of the dungeon has a mythic mob called twili. When the twili is killed, a pit in the floor opens, leading to the next floor. Currently, the issue is that the death of the twili won't activate the [CMD] sign that clears the floor.

I just tested the M twili trigger on a [Door] sign, and it works perfectly fine. I also tested the same [CMD] sign with a different trigger, this also worked. It just isn't working when I put the M twili trigger onto the [CMD] sign. No errors show up, no warnings, nothing.

I am currently using the latest dev build of DungeonsXL and CommandsXL. I am also using the latest version of Paper for Minecraft 1.14.3

lenbois commented 5 years ago

Just tried a set of two signs and didn't work, the signs were as followed: Sign 1

[Trigger]
1

M twili

Sign 2

[CMD]
fill1
5,OP
T 1

Anything else I should try?