Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Me effects don't work anymore #240

Closed
TheLimeGlass opened this issue Nov 17, 2016 · 7 comments
Closed

Me effects don't work anymore #240

TheLimeGlass opened this issue Nov 17, 2016 · 7 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.

Comments

@TheLimeGlass
Copy link
Collaborator

I found a bug.

command /test:
trigger:
open chest with 1 row named "test" to player

!open chest with 1 row named "test" to player

Me commands don't work anymore ;-;

I forget where they were in the code but it's called MeEffect otherwise I would link you to the class, sorry

@bensku
Copy link
Member

bensku commented Nov 18, 2016

Does it print something to console?

@FUZIK
Copy link

FUZIK commented Nov 18, 2016

Can't understand this condition/effect: open chest with 1 row named "test" to player (test.sk, line 3: open chest with 1 row named "test" to player')

@TheBentoBox
Copy link
Member

I can confirm me effects aren't working for me even with just Skript installed (no addons) on 1.11.

@bensku
Copy link
Member

bensku commented Nov 21, 2016

You know, this effect is not from Skript but instead, Skellett. OP is developer of Skellett.

@TheLimeGlass
Copy link
Collaborator Author

This is from vanila Skript. It has me effect comands

Skript config:

enable effect commands: true
effect command token: \
# If 'enable effect commands' is set to true, chat messages starting with the 'effect command token' will be interpreted as effects and executed.
# The token can be longer than a single character, but it should not start with '/' as that starts a command.
# A player needs the permission "skript.effectcommands" to use such commands,
# which does not default to OPs since these commands can do severe damage to the world or crash the server (see below).
# Some example commands which can be used if this setting is enabled:
#	!heal player - heals the player (doesn't do anything if used from the console)
#	!repair tool - repairs the currently held item
#	!broadcast "<red>Please read the rules!" - if you want to get rid of the quotes you have to define a custom command
#	!set time to 6:00 - sets the time in the current world
# The command can also be abused, so only give the permission to trusted players, like owners & co-owners:
#	!spawn 20 ender dragons - will destroy a large part of the world in a short time if no protection is present
#	!create explosion of force 10000 - likely crashes the server or at least hangs it up for a long time
#	!ban all players - as the effect implies

allow ops to use effect commands: true
# Whether server operators which do not have the permission "skript.effectcommands" should have access to effect commands.
# This setting is mainly useful for servers that do not run any permissions plugin.

@bensku
Copy link
Member

bensku commented Nov 21, 2016

I meant that inventory thing. Sorry if I was unclear.

Anyway, I have done some fixing for this. I tested zombie villagers and skeleton types with it (spawn above targeted block), works for me.

@bensku
Copy link
Member

bensku commented Dec 22, 2016

This was actually fixed weeks ago.

@bensku bensku closed this as completed Dec 22, 2016
@bensku bensku added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

No branches or pull requests

4 participants