AJCStriker / Movecraft-3

The original movement plugin for Bukkit. Reloaded.
GNU General Public License v3.0
10 stars 31 forks source link

[Requested feature] Skript support #165

Open Rickard-Martensson opened 8 years ago

Rickard-Martensson commented 8 years ago

Will there ever be Skript support for the plugin. For those of you who done know, Skript is a plugin that allows you to make plugin inside it. Thanks!

mwkaicz commented 8 years ago

I think that you can script Movecraft by using Skript and CBWrapper combination just right now. (CBWrapper is plugin that creates dummy player ghost which can call commands like a player on specific location)

Rickard-Martensson commented 8 years ago

That helps with some things, thanks :D

But other stuff like detect where a craft is, or force a craft to move is not possible. thanks anyways

mwkaicz commented 8 years ago

With calling CBWrapper you can create "virtual" dummy player and sudo command thru him. With each call of CBWrapper you set location of the player, so it's like you remote controll some player. and if you know the start point, where you set the command, the direction and speed of the craft, you can suspect ,where is it. ... or you can use some sort of testForBLock commandBlock ... testFor entity doesn't works for CBW.

If you want, I can show you some live example

Rickard-Martensson commented 8 years ago

Yeah, that would be awesome. are you refering to this video?: https://www.youtube.com/watch?v=1w_rem0_fKY

mwkaicz commented 8 years ago

Not exactly, this video is deprecated and pretty much deprecated since version 1.9. At this point you dont need neither repeater. I'm building small example at gcmc.cz:25902 now, if you have free time now, come. Or let me know here, when you can come another day.

mwkaicz commented 8 years ago

@MrPancake sorry, my internet connection failed. If you have some questions, you can find me almost everyday between 21:00-24:00 on TS3 server gcmc.cz

mwkaicz commented 8 years ago

@MrPancake I made last changes in redstones, updated map is on same url.