Minecraft PC IP: play.cubecraft.net

Troublesomee

Forum Veteran
Feb 6, 2016
2,888
4,148
404
So basically, I was in a random lobby, and someone asked, where can I apply for Helper/Mod/Staff?
So I thought, I'll help him, I wanted to say: https://www.cubecraft.net/forums/staff-applications.54/
But I couldn't.
I think it's a good idea to add a few commands that will directly send members to the forum or to the store.
Here are a few commands I'd like to see:

/store -> https://store.cubecraft.net/
/appeal -> https://appeals.cubecraft.net/ (/appeals will do the same.)
/report -> https://reports.cubecraft.net/report
/youtube -> https://www.youtube.com/user/cubecraftgamesserver
/twitter -> https://twitter.com/CubeCraftGames
/twitch -> https://www.twitch.tv/ccgn
/socialmedia -> https://www.youtube.com/user/cubecraftgamesserver
https://twitter.com/CubeCraftGames
https://www.twitch.tv/ccgn

/forum -> https://www.cubecraft.net/ (/website will do the same.)
/status -> https://status.cubecraft.net/

So when someone is asking where to apply, just say: Type /apply you'll get a link to the page where you can apply.
That's it for now, give me some feedback if you want! :)
 

RayzMC

Well-Known Member
Feb 3, 2017
2,271
1,941
113
Summer
I think this could be quite usefull, especially the /report. I think it should go like /tell IGN forum link ( example )

+1
 

BUTTERFIELD8

Well-Known Member
May 20, 2016
107
37
103
IntelliJ IDEA
I like the idea and I think it would be a bit helpful but maybe the youtube and twitch can be a bit different.
this can also stop the link spam of channels and they can just say check me out /youtube (name)

Example:
/youtube (Playername)
/twitch (playername)
/youtube - will give you cc link
/twitch - will give you CC link

/youtube set (link)
/twitch set (link)

Format:
Youtube> youtube.com/link
Twitch> twitch.tv/link


Like if you like :) Don't like if you do't like ;)
 

Troublesomee

Forum Veteran
Feb 6, 2016
2,888
4,148
404
I like the idea and I think it would be a bit helpful but maybe the youtube and twitch can be a bit different.
this can also stop the link spam of channels and they can just say check me out /youtube (name)

Example:
/youtube (Playername)
/twitch (playername)
/youtube - will give you cc link
/twitch - will give you CC link

/youtube set (link)
/twitch set (link)

Format:
Youtube> youtube.com/link
Twitch> twitch.tv/link


Like if you like :) Don't like if you do't like ;)
They could add a cooldown to it, it's to avoid spam.
 
  • Like
Reactions: BUTTERFIELD8

DrHam

Forum Veteran
Sep 15, 2015
3,615
4,166
518
Kepler-452b
Easy and useful.


Btw, here's how it should be like (did this in October, 2016)
Code:
package eu.hangar;
 
 
 
 
 
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
 
public class Main extends JavaPlugin  {
  
  
 
      
 public void onEnable(){
     System.out.println("Done!");
 }
 
       public boolean onCommand(CommandSender sender, Command cmd, String aliases,
                String[] args) {
           Player p = (Player) sender;
            if (cmd.getName().equalsIgnoreCase("buy")) {
 
              
                 p.sendMessage(ChatColor.GREEN + "Purchase a rank at https://store.cubecraft.net");
                return true;
            }         
            if (cmd.getName().equalsIgnoreCase("report")) {
                p.sendMessage(ChatColor.GREEN + "If you want to report a player, click this link https://www.cubecraft.net/forums/report-a-player.24/ ! If you report a hacker, make sure to have video evidence");
            }
                if (cmd.getName().equalsIgnoreCase("status")) {
                    p.sendMessage(ChatColor.GREEN + "Check the status of the whole network at http://status.cubecraft.net/");
 
                }
            if (cmd.getName().equalsIgnoreCase("youtuber")) {
                p.sendMessage(ChatColor.GREEN +  "Want the Youtuber rank? Make sure to fill out the app https://www.cubecraft.net/threads/how-to-apply-for-the-youtuber-rank.20932/");
            }
            if (cmd.getName().equalsIgnoreCase("forums")) {
                p.sendMessage(ChatColor.GREEN + "Check out cubecraft forums https://www.cubecraft.net/forums/");
            }
            if (cmd.getName().equalsIgnoreCase("twitter")) {
                p.sendMessage(ChatColor.GREEN + " Check out our twitter https://twitter.com/cubecraftgames");
            }
            if (cmd.getName().equalsIgnoreCase("facebook")) {
p.sendMessage(ChatColor.GREEN + "Check out our facebook page https://www.facebook.com/CubeCraftGames/");
            }
            if (cmd.getName().equalsIgnoreCase("youtube")) {
                p.sendMessage(ChatColor.GREEN + "Check out our youtube https://www.youtube.com/c/ccgn");
            }
            if (cmd.getName().equalsIgnoreCase("twitch")) {
                p.sendMessage(ChatColor.GREEN + "Check out our twitch https://www.twitch.tv/ccgn");
            }
 
                    
                
          
            return true;
 
Members Online

Team online

Latest profile posts

aienmg9 wrote on SfenKer's profile.
Hi, can I be your first friend?
starblade9603 wrote on AnolTongi's profile.
Sr.mod when?
Marcenator wrote on Auri's profile.
And happy birthday if it's your birthday 🎊🎊.I wish you some good coding skills and health. Also happiness obviously
Marcenator wrote on Auri's profile.
Thank you very much
Marcenator wrote on Auri's profile.
At least eliminate the obvios cheaters, pleaseeas. The 50 block reach isnt beatable. THinking
Top Bottom