Member
Level 1
New Network
0

Forum Posts

1 - 7 of 7

    WolfIsFluffy
    10/10/2021 9:22 pm
    Level 1 : New Network
    I’d love to help, I do have a pretty extensive knowledge in a lot of plugins including PermissionsEx. Your post was a tiny bit vague so I’m not 100% sure what to do from here so you can contact me on discord using WolfIsFluffy#3834 or just use planet Minecraft anyways I’m looking forward to your response.
    1
    WolfIsFluffy
    05/03/2021 11:54 am
    Level 1 : New Network
    lol I somehow miss read "Availability" for ability anyways every other week
    1
    WolfIsFluffy
    05/03/2021 11:52 am
    Level 1 : New Network
    Dev Application

    Preferred name: Wolf

    Age: 15

    Do you have any experience with Paper Spigot/Spigot: I have some experience coding small end java plugins but I am more familiar with the plugin skript

    Have you previously been a server Dev: Yes, on a player count daily of about 10 players

    Do you have any experience with skyblock servers: Ive played on plenty of skyblock servers but other than than no eperience

    Do you have any experience with bungeecord: I have used bungeecord a few times before but every time I use it I have to look up a tutorial, xD

    Availability: Armature

    Discord: WolfIsFluffy#3834
    1
    WolfIsFluffy
    05/03/2021 11:54 am
    Level 1 : New Network
    lol I somehow miss read "Availability" for ability anyways every other week
    1
    WolfIsFluffy
    02/12/2021 7:38 pm
    Level 1 : New Network
    this post no longer maters any ways because I took a break and found a solution lol
    2
    WolfIsFluffy
    02/12/2021 7:34 pm
    Level 1 : New Network
    wait nvm that was on purpose bc you cant remove and add variables on jus the command part so the "on command:" is used to add and subtract variables
    2
    WolfIsFluffy
    02/12/2021 7:32 pm
    Level 1 : New Network
    No but nice typo catch lol
    2
    WolfIsFluffy
    02/12/2021 7:34 pm
    Level 1 : New Network
    wait nvm that was on purpose bc you cant remove and add variables on jus the command part so the "on command:" is used to add and subtract variables
    2
    WolfIsFluffy
    02/12/2021 7:29 pm
    Level 1 : New Network
    I am smart aparently I fixed the issue if you wondering the same thing here is my code
    variables:
    {Players} = 0
    command /wc:
    aliases: /waterclutch, /water clutch
    description: Used to start a match of watercluth
    trigger:
    if {Players} = 0:
    teleport the player to the location (0, 128, 0)
    message "Joined as player 1"
    if {Players} = 1:
    teleport the player to the location (0, 128, 5)
    message "joined as player 2"
    on command "/wc":
    if {Players} = 0:
    add 1 to {Players}
    if {Players} = 1:
    add 1 to {Players}
    else:
    send "Lobby full! %{Players}% players are in this lobby "
    on command "/wcreset":
    if {Players} = 2:
    remove 2 from {Players}
    wait 1 second
    broadcast "&aReset successful!"
    else:
    wait 1 second
    broadcast "&4Unable to reset!"
    2

1 - 7 of 7

Welcome