Level 6
Apprentice Crafter
2

Forum Posts

1 - 20 of 184

    PixelatedGaming
    • 11/02/2018 10:35 pm
    • Level 6 : Apprentice Crafter
    i applied

    i tried
    1
    PixelatedGaming
    • 04/06/2018 8:14 pm
    • Level 6 : Apprentice Crafter
    First of all, please talk more clearly. I don't know what you are requesting for, other than something involving sponge and wood. Secondly, I can code simple custom plugins, reply if you are interested.
    1
    PixelatedGaming
    • 07/09/2017 3:53 am
    • Level 6 : Apprentice Crafter
    -_- another 1.11.2 server
    1
    PixelatedGaming
    • 07/06/2017 3:51 pm
    • Level 6 : Apprentice Crafter
    - Have you had any previous minecraft usernames? (You can check at https://namemc.com/ ) I had one, it was pixelmon29 (I made this account when i was in 3rd grade, so please don't laugh.)
    - Real name? (Dont have to share) I don't want to share, since I want to be internet safe. I may tell you later, when i trust you much more.
    - Age? (11+) 13
    - Timezone? GMT - 7
    - How long have you been playing on SkyGods? SInce this server is whitelisted, I
    - Why should you be staff? I should be staff, because I enjoy helping other fellow players have a great time on the servers I work for.
    - What Role are you applying for?Helper/Mod
    - What can you do to help improve SkyGod? I will help new players get into
    - Why should we choose you over other applicants? You should choose me because I am experienced. I have been staff on many servers, which most of them getting shut down because of hackers or inactive staff. I have learned over the past few years how to run a server efficiently, and when every server failed, I took what went wrong and learned what to do and what not to do.
    - Do you play on any other servers except SkyGod? Yes, I play Hypixel, but only when I have nothing else to do.
    - Are You staff on any other servers? No, but I own an empty server that I never use.
    - How Long do you have to commit to the server? Maybe at least an hour a day, to 7 hours.
    - Have you been banned on any other servers? If so why? Yeah, when I was in 6th grade, I hacked on mineplex. I regret it, because I can't play mineplex any more.
    - Have you learnt from your mistake? Yes, and I won't hack again.
    - What qualities do you think a good staff member should have (In your opinion)
    I think a good staff member should be active, mature, and they should never quit. They should enjoy what they do, and treat players like they are one themselves.
    - There is a situation and you don't know how to handle it, what do you do?
    I would try to handle it myself, and learn if I make a mistake. Or, if it's to dastardly to be reckless, I would request help, either from the Internet or a fellow staff.
    - Is there anything else we should know? I usually goof around and act like I'm not doing my job, and use that as a cover to lure the player to see their true ideas.
    (Used to see if they are hacking.)
    I also can code plugins, though I can't make minigames just yet. I can try to, though.
    1
    PixelatedGaming
    • 07/06/2017 5:39 am
    • Level 6 : Apprentice Crafter
    Why would you ask how long they played if you don't even give the IP?
    1
    PixelatedGaming
    • 07/05/2017 4:51 pm
    • Level 6 : Apprentice Crafter
    I keep on getting kicked for flying.
    1
    PixelatedGaming
    • 06/27/2017 11:34 am
    • Level 6 : Apprentice Crafter
    I mean that when i look in the server plugin list, the plugin isn't there. I have a plugin.yml,
    here.
    Click to reveal
    name: RFPvpHelper
    main: me.Pixelizedgaming.ParkourPlugin
    version: 1.0.5
    commands:
    -revenge
    description: Let your killer feel your wrath!
    usage = /<command>


    and here is the PlayerListener class mentioned in the code above.

    package me.Pixelizedgaming;

    import java.util.Random;

    import org.bukkit.ChatColor;
    import org.bukkit.Material;
    import org.bukkit.entity.Player;
    import org.bukkit.event.EventHandler;
    import org.bukkit.event.Listener;

    import org.bukkit.event.player.PlayerItemConsumeEvent;
    import org.bukkit.event.player.PlayerJoinEvent;
    import org.bukkit.event.player.PlayerRespawnEvent;
    import org.bukkit.inventory.ItemStack;

    import org.bukkit.potion.PotionEffect;
    import org.bukkit.potion.PotionEffectType;











    public class PlayerListener implements Listener{
    public PlayerListener(ParkourPlugin plugin){
    plugin.getServer().getPluginManager().registerEvents(this,plugin);


    }
    @EventHandler
    public void Teleport(PlayerRespawnEvent event){
    Player player = event.getPlayer();
    player.chat("I died! Yay!");
    player.performCommand("spawn");
    Player h = player.getKiller();
    h.getInventory().addItem(new ItemStack(Material.SPONGE, 1));
    h.sendMessage(ChatColor.DARK_AQUA + "Congrats on that Kill! Here's a piece of Sponge! Exchange it for blaze rods in " + ChatColor.RED +"/warp shop.");


    }
    @EventHandler
    public void Teleport1(PlayerItemConsumeEvent event){
    Player player = event.getPlayer();
    Random random = new Random();
    double e = random.nextInt(11);
    double g = player.getHealth();
    player.setHealth(g + e);

    player.sendMessage(ChatColor.GRAY + "Yum! You Gained " + ChatColor.AQUA + e + ChatColor.GRAY+ " Health!");

    }
    @EventHandler
    public void GG(PlayerJoinEvent event){
    Player player = event.getPlayer();
    player.addPotionEffect(new PotionEffect(PotionEffectType.DAMAGE_RESISTANCE, 20, 3));


    }
    }
    1
    PixelatedGaming
    • 06/22/2017 5:37 pm
    • Level 6 : Apprentice Crafter
    We need more builders still
    1
    PixelatedGaming
    • 06/22/2017 5:14 pm
    • Level 6 : Apprentice Crafter
    Still looking
    1
    PixelatedGaming
    • 06/18/2017 11:41 pm
    • Level 6 : Apprentice Crafter
    Ip is 192.99.44.125:29158
    For those of you who just want to join and have fun!
    (Or it's cause we need beta testers)
    1
    PixelatedGaming
    • 06/16/2017 9:46 pm
    • Level 6 : Apprentice Crafter
    banana
    1
    PixelatedGaming
    • 06/16/2017 9:28 pm
    • Level 6 : Apprentice Crafter
    It's 1.8!
    1
    PixelatedGaming
    • 06/16/2017 3:18 pm
    • Level 6 : Apprentice Crafter
    =(
    1
    PixelatedGaming
    • 06/16/2017 2:27 pm
    • Level 6 : Apprentice Crafter
    why is no one joining
    1
    PixelatedGaming
    • 06/16/2017 1:15 pm
    • Level 6 : Apprentice Crafter
    I want it to be a factions server, And I need staff to help me do that.
    1
    PixelatedGaming
    • 06/16/2017 12:50 pm
    • Level 6 : Apprentice Crafter
    There's not much to add since I wiped the server clean.
    1
    PixelatedGaming
    • 04/10/2017 1:07 am
    • Level 6 : Apprentice Crafter
    still looking
    1
    PixelatedGaming
    • 04/09/2017 10:58 pm
    • Level 6 : Apprentice Crafter
    192.99.44.125:29158
    1

1 - 20 of 184

Welcome