[Suggestions/ Pre-Sale Thread] Intel StaffMode - New Ideas, Unique

Status
This thread has been locked.

BirkenheadJedi

Banned
Feedback score
-5
Posts
48
Reactions
24
Resources
0
Hello mc-market today im here to show off the intel staffmode so far.

So Intel Staffmode is a staffmode which will contain a lot of unique useful features which are in demend by buyers and im still looking for suggestions.

Proof:
upload_2018-10-22_14-12-39.png


Code Snippet:

Code:
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;

import me.jedi.staffmode.util.C;
import me.jedi.staffmode.util.ItemBuilder;

import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;

import rip.cleo.oblique.menu.MenuAction;
import rip.cleo.oblique.menu.RowType;
import rip.cleo.oblique.menu.impl.CommonMenu;
import rip.cleo.oblique.provider.Provider;

public class StaffModeMenu extends CommonMenu {

    public StaffModeMenu() {
        super("StaffModeMenu", 3);
    }

    @Override
    public Provider<Player, Table<Integer, ItemStack, MenuAction>> itemProvider() {
        return player -> {
            Table<Integer, ItemStack, MenuAction> toReturn = HashBasedTable.create();

            fill(toReturn, new ItemStack(Material.REDSTONE_BLOCK), RowType.AROUND);

            toReturn.put(13, new ItemBuilder(Material.PAPER)
                            .name(C.c("&cClearchat tool!"))
                            .lore(C.c("&7Clears the global chat."))
                            .build(),
                    clickType -> {

                        for (Player online : Bukkit.getOnlinePlayers()) {
                            online.sendMessage(new String[101]);

                            online.sendMessage(C.c("&AGlobal chat has been cleared."));
                        }
                        return true;
                    });
            return toReturn;
        };
    }
}
 

Attachments

  • upload_2018-10-22_14-12-39.png
    upload_2018-10-22_14-12-39.png
    56.5 KB · Views: 94
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BirkenheadJedi

Banned
Feedback score
-5
Posts
48
Reactions
24
Resources
0
Credit too everful for Oblique and Fancyboard

Ingame:
upload_2018-10-22_14-15-40.png


Config
Code:
SCOREBOARD.ENABLE: true
[DOUBLEPOST=1540231574][/DOUBLEPOST]** Update **

Plugin has been finished

Items have been completed
 

Attachments

  • upload_2018-10-22_14-15-40.png
    upload_2018-10-22_14-15-40.png
    191 KB · Views: 86
Last edited:
Banned forever. Reason: Ban Evading (Gregory G)

NA

I do stuffs ¯\_°□°_/¯
Supreme
Feedback score
13
Posts
204
Reactions
88
Resources
0
Last edited:

Kuzni

If you signed up after 2016 don't diss me thx
Supreme
Feedback score
12
Posts
1,688
Reactions
950
Resources
0
User is ban evading: (https://www.mc-market.org/members/123612/, and this account @SkiddyMason [Already banned]), Exhibit A: http://prntscr.com/l9974p Exhibit B: http://prntscr.com/l9979w Exhibit C: His trash code not working but this is just proof that it is him : http://prntscr.com/l997w2 and also the user threatened to leak an old version of source to my as of right now private resource.[DOUBLEPOST=1540263457][/DOUBLEPOST]his telegram is manlikeroot also :p

Although you're obviously right, there's no proof there actually tying the Ring telegram to SkiddyMason
 
Status
This thread has been locked.
Top