Jump to content

Simple Commands


Moia

What Next?  

2,109 members have voted

  1. 1. What command should I try next?

    • Kill a certain player
      758
    • Spawn
      501
    • Spawn Mob
      365
    • /Kill (certain mob)
      485


Recommended Posts

Gamemode 1:

command /gmc:
    trigger:
        set player's gamemode to creative
        send "(whatever message you want)"

Time Set Day

command /day:
    trigger:
        set time to day
        send "(whatever message you want)"

Time Set Night

command /night:
    trigger:
        set time to night
        send "(whatever message you want)"

 

Weather Rain
command /rain:
    trigger:
        set weather to rain
        send "(whatever message you want)"

Suicide Command

command /kms:
    trigger:
        kill player

Kill All Items

command /dropsgone:
    trigger:
        kill all dropped items

TP

command /tape [<player>]:
    trigger:
        teleport the player to arg 1
 

TPHere

command /tapehere [<player>]:
    trigger:
        teleport arg 1 to player

Setspawn

command /setspawn:
    trigger:
        set {spawn} to location of player

 

put suggestions pls i want to learn skript but not too difficult

  • Like 3
  • Thanks 1
  • Sad 1

Warzone Events Team

Tres Mod

----------------------------------------------------------

Discord mia#1346
Twitter - @Moiiiaaa

*not an egirl

Link to comment
Share on other sites

2 minutes ago, MrScopes said:

learn how to hook your discord and minecraft server together without using vixio

what the heck

  • Haha 1

Warzone Events Team

Tres Mod

----------------------------------------------------------

Discord mia#1346
Twitter - @Moiiiaaa

*not an egirl

Link to comment
Share on other sites

Guest Faacto
2 minutes ago, MrScopes said:

very ez

i wish reqn was still a thing so u could just write an api and do it like that 

Link to comment
Share on other sites

1 minute ago, Faacto said:

i wish reqn was still a thing so u could just write an api and do it like that 

what???

Warzone Events Team

Tres Mod

----------------------------------------------------------

Discord mia#1346
Twitter - @Moiiiaaa

*not an egirl

Link to comment
Share on other sites

Just now, Faacto said:

i wish reqn was still a thing so u could just write an api and do it like that 

I was thinking of writing an api that uses get requests as kinda like a post request lol

you would use skquery to do text from url https://api.mrscopes.me/discord/message/%player%/%message%/ and it would connect to the bot and send the msg

Discord: MrScopes#5548

Link to comment
Share on other sites

 

Just now, MrScopes said:

I was thinking of writing an api that uses get requests as kinda like a post request lol

you would use skquery to do text from url https://api.mrscopes.me/discord/message/%player%/%message%/ and it would connect to the bot and send the msg

 

Pretty sure the text from url expression is broken or disabled on Minehut.

Graphic Designer - Skript Developer - Professional Builder - Content Creator

Been on Minehut since January 2018. Throughout my time here I've mastered the skills you see above. I make free logos, banners, and server art for users on Minehut. I'm a proficient Skript developer. I'm also really good at building, you can see my portfolio by clicking here. Feel free to say hi if you see me somewhere 🙂

Amethyst Studios Discord

Link to comment
Share on other sites

12 minutes ago, Trent said:

Correct. You can find our forks of plugins here https://github.com/Minehut. I try to be descriptive in my commit messages so anyone could understand what's going on even if you can't read code.

Was looking at the Minehut GH repo - do servers now run on Minehut's fork of PaperSpigot?

Member of the Minehut community since June 2016
        Contact me on Discord: @iGalaxy#2018

 Check me out on the Minehut Market: Click Here

Link to comment
Share on other sites

1 minute ago, iGalaxy said:

Was looking at the Minehut GH repo - do servers now run on Minehut's fork of PaperSpigot?

No but we'll be updating to that this week. We were updating some of the log4j settings and will be pushing that out soon. Still on Spigot 1.14.2 that was built using buildtools on Thursday.

Link to comment
Share on other sites

1 minute ago, Trent said:

No but we'll be updating to that this week. We were updating some of the log4j settings and will be pushing that out soon. Still on Spigot 1.14.2 that was built using buildtools on Thursday.

Neat, now we can finally use the Skript features that require Paper!

Member of the Minehut community since June 2016
        Contact me on Discord: @iGalaxy#2018

 Check me out on the Minehut Market: Click Here

Link to comment
Share on other sites

  • 1 month later...
On 6/10/2019 at 12:14 PM, Moia said:

Gamemode 1:

command /gmc:
    trigger:
        set player's gamemode to creative
        send "(whatever message you want)"

Time Set Day

command /day:
    trigger:
        set time to day
        send "(whatever message you want)"

Time Set Night

command /night:
    trigger:
        set time to night
        send "(whatever message you want)"

 

Weather Rain
command /rain:
    trigger:
        set weather to rain
        send "(whatever message you want)"

Suicide Command

command /kms:
    trigger:
        kill player

Kill All Items

command /dropsgone:
    trigger:
        kill all dropped items

TP

command /tape [<player>]:
    trigger:
        teleport the player to arg 1
 

TPHere

command /tapehere [<player>]:
    trigger:
        teleport arg 1 to player

Setspawn

command /setspawn:
    trigger:
        set {spawn} to location of player

 

put suggestions pls i want to learn skript but not too difficult

can you show me a chat filter command

 

Link to comment
Share on other sites

On 6/10/2019 at 12:14 PM, Moia said:

Gamemode 1:

command /gmc:
    trigger:
        set player's gamemode to creative
        send "(whatever message you want)"

Time Set Day

command /day:
    trigger:
        set time to day
        send "(whatever message you want)"

Time Set Night

command /night:
    trigger:
        set time to night
        send "(whatever message you want)"

 

Weather Rain
command /rain:
    trigger:
        set weather to rain
        send "(whatever message you want)"

Suicide Command

command /kms:
    trigger:
        kill player

Kill All Items

command /dropsgone:
    trigger:
        kill all dropped items

TP

command /tape [<player>]:
    trigger:
        teleport the player to arg 1
 

TPHere

command /tapehere [<player>]:
    trigger:
        teleport arg 1 to player

Setspawn

command /setspawn:
    trigger:
        set {spawn} to location of player

 

put suggestions pls i want to learn skript but not too difficult

 

Link to comment
Share on other sites

  • 3 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...