#the-silents

1 messages · Page 37 of 1

severe lava
#

^it constructs that from the command tree

#

it's pretty fucking hot

fair prawn
#

I'll construct you from the command tree

lofty marsh
#

@severe lava

warm heath
#

@severe lava

severe lava
#
@Description("Test cloud command using @CommandMethod")
@CommandMethod(value = "annotation|a <input> [number]", permission = "some.permission.node")
private void annotatedCommand(@Nonnull final Player player,
                              @Argument("input") @Completions("one,two,duck") @Nonnull final String input,
                              @Argument("number") @Range(max = "100") final int number) {
    player.sendMessage(ChatColor.GOLD + "Your input was: " + ChatColor.AQUA + input + ChatColor.GREEN + " (" + number + ")");
}
#
.command(mgr.commandBuilder("give")
           .withSenderType(Player.class)
           .argument(EnumArgument.required(Material.class, "material"))
           .argument(IntegerArgument.required("amount"))
           .handler(c -> {
               final Material material = c.getRequired("material");
               final int amount = c.getRequired("amount");
               final ItemStack itemStack = new ItemStack(material, amount);
               ((Player) c.getSender()).getInventory().addItem(itemStack);
               c.getSender().sendMessage("You've been given stuff, bro.");
           })
           .build())
spring cove
#

uh only boring people in vc

lofty marsh
#

@spring cove

#

join

#

@honest crow

spring cove
#

I'm actually not at home

severe lava
lofty marsh
#

BEST command manager

severe lava
zinc summit
#

have yall been there all day

#

like legit

severe lava
#

yes

valid python
#

@severe lava 💜

gentle token
#

@blazing lagoon merhaba(hello) whats up!

blazing lagoon
#

@gentle token sana da merhaba!( hello to you too! ) i’m fine too ty hbu

long stone
#

uwu

severe lava
#

u get to listen to my thrilling phone convo

long stone
#

fine with me, i like the "background" noise

severe lava
#

lmao this turned into a lara fabian concert

long stone
#

listening to people is calming

severe lava
#

@valid python wyd

#

I miss talking to u D:

#

or well

#

being quite in voice with u

long stone
#

yes

#

is nice

#

:D

#

The voice channel never ceases to amaze me

floral star
long stone
#

what site?

floral star
#

rip

#

mistake

valid python
#

373 CPM (that is 75 WPM)

#

but i'd probably be faster if it where german

long stone
#

Your score: 368 CPM (that is 74 WPM)
In reality, you typed 391 CPM, but you made 3 mistakes (out of 70 words), which were not counted in the corrected scores.

Your mistakes were:

Instead of "through", you typed "throught".
Instead of "order", you typed "ordera".
Instead of "quick", you typed "quickl".
stiff pulsar
#

proxiserver

floral star
#

if you do that with only 2 fingers

glacial aspen
floral star
#

lmao what can you do with your full hands?

stiff pulsar
#

same

#

one day

severe lava
#
final VelocityCommandManager<CommandSource> m = new VelocityCommandManager<>(
        server,
        CommandExecutionCoordinator.simpleCoordinator(),
        Function.identity(),
        Function.identity()
);
m.command(
        m.commandBuilder("proxi")
         .literal("is")
         .literal("cute")
         .handler(c -> c.getSender().sendMessage(TextComponent.of("That's right ;)").color(NamedTextColor.GOLD)))
         .build()
);
severe lava
#

/proxi is cute

#
@Description("Test cloud command using @CommandMethod")
@CommandMethod(value = "annotation|a <input> [number]", permission = "some.permission.node")
private void annotatedCommand(@Nonnull final Player player,
                              @Argument("input") @Completions("one,two,duck") @Nonnull final String input,
                              @Argument("number") @Range(max = "100") final int number) {
    player.sendMessage(ChatColor.GOLD + "Your input was: " + ChatColor.AQUA + input + ChatColor.GREEN + " (" + number + ")");
}
#

/a duck 10

#

@molten sage we have velocity support now uwu

#

so uh

#

bukkit, paper, bungee and velocity all seem to be working fine

#

or well I haven't tested bungee, but that's basically just bukkit--

molten sage
#

Hot hot hot

#

Does velocity expose brig?

severe lava
#

velocity 1.1.0 uses brig all the way through :3

severe lava
solar plover
valid python
#

95 WPM
(words per minute)
Top 6 %
Keystrokes (477 | 9) 486
Accuracy 96.56%
Correct words 86
Wrong words 2
in german 😄

#

75 WPM in english

solar plover
#

113 in english, but in mine language it would be less probably

#

Using diacritics and such. Also the 10fastfingers uses more things than just letters and sometimes capital letters, so it's kinda more "hard" there

glacial aspen
#

diacritics and more letters in norwegian too, id die

solar plover
#

yup

#

I think I'd get about 100 or so

#

1 letter wrong = > whole word wrong, which is nice I guess, still mistake, so ^^

valid python
#

Ok I only have öäü and I have those on my keyboard so its not really different

solar plover
#

yeah, I don't know how to write some diacritics, only like ˇ´°¨

#

I was looking at the Norwegian and I was like what the.. but I feel like ° is just that symbol, but still not gonna understand anything

#

Also I'd like to know how to write with all 10 fingers, but I already have some.. typing "technique" and learning it over again :/

valid python
#

tbh I never learned how to type properly and I still type faster than most people that did

solar plover
#

yeah, exactly

#

just feels that i could write faster, but kinda meh, whatever too, it's fine

glacial aspen
#

we only really use ` & ^

oak gale
#

Buy a Kinesis Advantage and you'll be forced to use all fingers :P

#

I used to type with 7.5 fingers or whatever like a lot of people do. Then RSI happened and now I need that Kinesis keyboard to not feel constant pain while keyboarding. If you don't use the correct finger for each key the keyboard feels awkward and stupid. If you do it right, it's like magic finger massage or something.

#

So now I type "correctly" and faster than before. It's probably worth learning if you do a lot of actual typing. Programming is very different than typing.

vital warren
#

I've tried ten fingers but every them I do so, my hands start to hurt after 1-2 minutes and I need to stop. I've tried placing my hands differently, my keyboard differently, but none of those helped (at least not significantly), so am still doing two finger typing (although I don't need to look at my keyboard unless I make a mistake). Still got this score, so not too bothered by it.

oak gale
#

I personally think two finger typing is safer ergonomically than the weird hand/wrist writhing movements people sometimes make when typing with more fingers. I think that's my issue as well. I think instinctively I just refrain from moving my arms and delegate all movement to the hand and fingers. Leads to some bad extremes :/

neat wave
#

@severe lava

severe lava
#

that's sad

neat wave
#

:)))

severe lava
proven sphinx
#

sry

#

have to leave

valid python
proven sphinx
#

hi

stiff pulsar
#

let me join your muted club

glacial aspen
stiff pulsar
glacial aspen
#

@zinc summit he is reacting to verbal uwu!

#

+1 day!

grand girder
#

duck

#

what

#

hello kneny

#

what

#

nice

#

what did you find out

#

give me op

chilly quarry
#

knenyOS

grand girder
#

yes

#

YES

stiff pulsar
grand girder
#

tbh I found random Redrield on the blogpost about writing OSes in rust

#

that's illegal

#

no stealing

#

bad bad bad

#

badbad bad

#

bad bad

#

bad

#

bad bad

grand girder
#

//

#

//

#

//

#

//

#

//

#

//

severe lava
grand girder
#

cya later

glacial aspen
#

<groupId>com.intellectualsites</groupId>
<artifactId></artifactId> <version></version></dependency>

severe lava
chilly quarry
#

"WARNING Made in India"

#

seeing some of the dungpiles some of those developers put out...

#

but then again MC has told me there are ppl who can make even bigger dungpiles

glacial aspen
grand girder
#

what if it's past it's expiry date but still smells good can you trust it then

zinc summit
blazing lagoon
#

i was typing in the wrong channel lol

#

hi tux

zinc summit
blazing lagoon
#

virtualbox or vmware

#

that was unexpected

chilly quarry
#

GNOME Boxes is a SPICE + KVM frontend. I think it uses libvirt too, not sure

blazing lagoon
#

wb city

#

you guys are in university my university exams are this year D:

#

she's not typing nearly as angrily as you city and you know it

feral crane
#

You must be logged in to view that

blazing lagoon
#

i saw that imagine working for minehut lol

zinc summit
#

yeah, you have to imagine since youll likely wont get the position😢

grand girder
#

hire me please

zinc summit
#

sure but u have to pay us $5/mo

grand girder
#

only if you pay at least $10/h

zinc summit
#

we dont pay you, you pay us

#

we dont have any income 😂

grand girder
#

😦

blazing lagoon
#

yes you pay for the pleasure of working obviously

grand girder
#

that's lame

blazing lagoon
#

hi @honest crow

#

you think ?

glacial aspen
lofty marsh
#

dum

zinc summit
#

tbh ++ is confusin

#

why is it += 1 and not just + 1

#

maybe have something like i=+ to equal itself + 1

blazing lagoon
#

say hi to rory for me

#

also hi dordsor i didn't see you

glacial aspen
blazing lagoon
#

bye

#

epic

#

proxy saying epic is my new fav thing now

zinc summit
#

proxi say poggers

blazing lagoon
#

y u gotta make me hungry

zinc summit
#

watch it, you wont be hungry anymore

#

trust me

blazing lagoon
#

oh

#

lol i'll brb then

#

oh i didn't see it was howtobasic

#

welp

molten sage
#

@glacial aspen idiot x

blazing lagoon
#

@zinc summit uwu can you let me in

glacial aspen
#

@molten sage no

severe lava
glacial aspen
#

hot

severe lava
#

"/command" lel

#

/command <arg> literal [optional

spring cove
#

city i like cloud

zinc summit
#

hi friends

#

hwow ru!

chilly quarry
valid python
feral crane
#

Might as well rebrand bungeeperms at this point, lol

valid python
#

yeah I told tux to rename velocity

#

BetterBungeecord

#

But now we finally got a logo after like 7 years I don't want to change everything again xD

zinc summit
#

noo one responded :(

severe lava
#
               .command(mgr.commandBuilder("uuidtest")
                           .argument(UUID.class, "uuid", builder -> builder
                                   .asRequired()
                                   .withParser((c, i) -> {
                                       final String string = i.peek();
                                       try {
                                           final UUID uuid = UUID.fromString(string);
                                           i.remove();
                                           return ArgumentParseResult.success(uuid);
                                       } catch (final Exception e) {
                                           return ArgumentParseResult.failure(e);
                                       }
                                   }).build())
                           .handler(c -> c.getSender()
                                          .sendMessage(String.format("UUID: %s\n", c.<UUID>get("uuid").orElse(null))))
                           .build())
#
               .command(mgr.commandBuilder("kenny", "k")
                           .literal("sux", "s")
                           .argument(IntegerArgument
                                             .<CommandSender>newBuilder("perc")
                                             .withMin(PERC_MIN).withMax(PERC_MAX).build())
                           .handler(context -> {
                               context.getSender().sendMessage(String.format(
                                       "Kenny sux %d%%",
                                       context.<Integer>get("perc").orElse(PERC_MIN)
                               ));
                           })
                           .build())
spring cove
#

later maybe

valid python
severe lava
valid python
severe lava
fossil owl
#

is that portrait screen?

severe lava
#

You're a literal hillbilly and you're talking about the health concerns of vaping? Go drink some gasoline infused moonshine you banjo plonking honkytonk cow

zinc summit
#

same

severe lava
zinc summit
#

oh no

#

why she kinda cute doe 😳

valid python
fossil owl
#

why she kinda cute doe 😳
cuz its an anime-styled art
ofc its cute

severe lava
valid python
#

<!--
I'm a single atheist white man, 55, reputedly intelligent, with unusual interests in politics, science, music and
dance.

I'd like to meet a woman with varied interests, curious about the world, comfortable expressing her likes and dislikes
(I hate struggling to guess), delighting in her ability to fascinate a man and in being loved tenderly, who values joy,
truth, beauty and justice more than "success" - so we can share bouts of intense, passionately kind awareness of each
other, alternating with tolerant warmth while we're absorbed in other aspects of life.

My 25-year-old child, the Free Software Movement, occupies most of my life, leaving no room for more children, but I
still have room to love a sweetheart if she doesn't need to spend time with me every day. I spend a lot of my time
traveling to give speeches, often to Europe, Asia and Latin America; it would be nice if you were free to travel with
me some of the time.

If you are interested, write to rms at gnu dot org and we'll see where it leads.
-->
glacial aspen
severe lava
#

I deal in reality...and the reality is that I'm ready for love. I can chop lots of wood and can even climb a greased pole. I keep in shape by chasing chickens around my back yard. I keep my self clean and take baths weekly.
Location: West Virginia, U.S.A.

valid python
#

maybe put / before the subcommands as well

glacial aspen
#

cloud /debug

severe lava
#

world world-create

#

worl

#

world, world-create

glacial aspen
severe lava
#

peer

#

pear

#

pair

#

pära

#

Över 100 beväpnade grupper sprider död och oro i östra Kongo-Kinshasa. ADF bedöms ligga bakom omkring 570 mord på civila sedan november i fjol, då armén inledde en riktad militärinsats mot extremisterna.

warped remnant
#

Örrerlog

severe lava
#

femhundrasjuttio

#

Sju sjösjuka sjömän på sjunkande skeppet Shanghai sköttes av sju sköna sjuksköterskor.

#

Flyg, fula fluga, flyg och den fula flugan flög.

glacial aspen
severe lava
#

och

#

också

glacial aspen
#

og

#

óg

severe lava
#

tomten = the plot

#

tomten = the santa

valid python
#

China

severe lava
#

val = choice, election and whale

glacial aspen
#

val, val, kval

valid python
#

Schwanz = tail and dick depending on context

severe lava
#

Valde var i ett kval om vilken val den skulle välja som sitt val i valet

glacial aspen
#

hvis = if, whose

valid python
#

blåhaj

glacial aspen
severe lava
glacial aspen
severe lava
#

@molten sage what about that

#

so if you search for part of a command it shows up in the command help, but it doesn't show the verbose help

#

even if it's the only result, so you don't randomly think it's a real command

glacial aspen
blazing lagoon
#

hi

valid python
glacial aspen
molten sage
#

yeah i like that @severe lava

#

did you make an extras for the adventure menu?

severe lava
#

I made minecraft-extras for that

#

but let's use #cloud-discussions

oak gale
#

City the dashes in your output don't align

glacial aspen
glacial aspen
#

thanks

valid python
severe lava
#
<h1 align="center">Hi 👋, I'm Alexander</h1>
<h3 align="center">Very sad</h3>

- 🔭 I’m currently working on **nothing**

- 🌱 I’m currently learning **nothing**

- 👯 I’m looking to collaborate on **nothing**

- 🤝 I’m looking for help with **everything**

- 👨‍💻 All of my projects are available at [nowhere](nowhere)

- 📝 I regulary write articles on [nowhere](nowhere)

- 💬 Ask me about **nothing**

- 📫 How to reach me **don't**

- ⚡ Fun fact **none**
feral crane
warm heath
#

bruh

#

what happened?

feral crane
#

you got echo

warm heath
#

really?

feral crane
#

yes 😄

warm heath
#

fuck

#

hold on

feral crane
#

fix your mic and we will mvoe you back

warm heath
#

wait you just hear your convo through my mic?

feral crane
#

yes

warm heath
feral crane
valid python
fair prawn
#

ororo

#

oreo

valid python
#

make a pull request

zinc summit
#

how does he mass produce these

pulsar bolt
#

helo

fair prawn
#

👀

severe lava
feral crane
#
  BlockState state = BlockTypes.SPONGE.getDefaultState();
    WetData wetness = Sponge.getDataManager().
        getManipulatorBuilder(WetData.class).get().create();
    wetness.set(wetness.wet().set(true));
    BlockState newState = state.with(wetness.asImmutable()).get();
    blockLoc.setBlock(newState);
severe lava
glacial aspen
#

perhaps also possibility to show what is valid?

severe lava
#

no

glacial aspen
#

e.g. <bool> (true/false), <int> (1-20)

#

pls

severe lava
#

nO

glacial aspen
#

it can be user defined .

severe lava
#

then I need to add a tostring or whatever to all arguments

#

sounds like hell

#

@neat wave wyd

neat wave
#

not speaking 🙂

#

hi

#

no, u

warped remnant
#

good night ❤️

feral crane
severe lava
#
final CommandConfirmationManager<CommandSender> confirmationManager = new CommandConfirmationManager<>(
        30,
        TimeUnit.SECONDS,
        c -> c.getCommandContext().getSender().sendMessage(ChatColor.RED + "Oh no. Confirm using /cloud confirm!"),
        c -> c.sendMessage(ChatColor.RED + "You don't have any pending commands!")
);
confirmationManager.registerConfirmationProcessor(mgr);
#
.command(mgr.commandBuilder("cloud confirm")
           .handler(confirmationManager.createConfirmationExecutionHandler()).build())
neat wave
#
.command(mgr.commandBuilder("cloud confirm")
           .handler(confirmationManager).build())
hollow tulip
#

@stiff pulsar 👀

stiff pulsar
#

👀

blazing lagoon
#

I can’t sleep but at least city is on he’s not boring and make me not able to sleep but whatever

severe lava
#

rude.

blazing lagoon
#

let me innnn

severe lava
#

no

blazing lagoon
#

pls

severe lava
#

nope

blazing lagoon
#

ok

#

understandable have a good day

honest crow
#

They dragged me in

blazing lagoon
#

drag me in too i’m bored out here D:

#

@severe lava uwu

spring cove
#

uwu

blazing lagoon
#

mods city is being rude to me i just said he wasn’t boring ban him smh my head

neat wave
#

smh my head is redundant

blazing lagoon
#

sorry i meant

#

shaking my smh

spring cove
#

shaking smh head

severe lava
blazing lagoon
#

smh smh head city still mean to me >:(

severe lava
#

shut up

blazing lagoon
#

move me to typing sounds and i will k

#

I’ve been listening to silence for 15 mins come onnnnn

#

I hate my table i wish i didn’t have it

potent locust
#

ohhhhh

#

So this is where the attention is coming from.

severe lava
#

lel

stiff pulsar
#

Zed’s forging world domination plans in voice, and I was spying on the chat tinfoilhat

severe lava
#

he is indeed

potent locust
#

Honestly I believe it.

blazing lagoon
#

whatever bye people on vc i’m giving up after 30 mins of city being a rudey rude rude

stiff pulsar
#

stop being is rude, city

zinc summit
hollow tulip
zinc summit
quaint iris
#

Zed’s forging world domination plans in voice, and I was spying on the chat :tinfoilhat:
@stiff pulsar honestly

#

it'd be a better place

#

we should just yield

loud sky
#

when is Zed not forging world domination plans

fair prawn
#

When he's busy performing live concerts

manic patrol
#

Ahh yeah I forgot Ed Sheeran is still doing those Zoom concerts.

severe lava
severe lava
#
main(i){for(;i<101;puts(i++%5?"":"Buzz"))printf(i%3?i%5?"%d":"":"Fizz",i);}
#
main(){for(int j,k,i=1;i<101;j=++i%3,k=i%5)printf("%s%s%.0d\n",j?"":"Fizz",k?"":"Buzz",j*k?i:0);}
zinc summit
#

Hi

valid python
#

chew andrew sounds like a male version of u

molten sage
lofty marsh
#

@severe lava bop

blazing lagoon
#

notices leaf

#

uwu

#

let me in

#

let me innnnnnnnn

#

ty

#

hi

valid python
#

int ns = (set.getState(PropertyKey.NORTH) ? 1 : 0) + ((Boolean) set.getState(PropertyKey.SOUTH) ? 1 : 0);

copper bough
#

shhhhhhhhh

zinc summit
#

9

severe lava
#
manager.command(manager.commandBuilder("hyperverse", SimpleCommandMeta.builder().with("description", "Hyperverse help").build())
        .literal("help", "Hyperverse help")
        .argument(StringArgument.optional("query", StringArgument.StringMode.GREEDY), "Search query")
        .handler(context -> {
            final String query = context.getOrDefault("query", "");
            minecraftHelp.queryCommands(query, context.getSender());
        }).build()
);
zinc summit
#

nmn b bvnmj \

warm heath
#

Did your cat take a stroll on your keyboard? @zinc summit

zinc summit
#

sure

neat wave
#

hm

severe lava
#
manager.command(manager.commandBuilder("hyperverse")
        .meta("description", "Hyperverse help")
        .literal("help", Description.of("Hyperverse help"))
        .argument(StringArgument.optional("query", StringArgument.StringMode.GREEDY), Description.of("Search query"))
        .handler(context -> {
            final String query = context.getOrDefault("query", "");
            minecraftHelp.queryCommands(query, context.getSender());
        }).build()
);
#

/hyperverse help [query]

glacial aspen
severe lava
warped remnant
#

UUID uuid = null;
if (tag.containsKey("UUID")) {
int[] arr = tag.getIntArray("UUID");
uuid = new UUID((long) arr[0] << 32 | (arr[1] & 0xFFFFFFFFL), (long) arr[2] << 32 | (arr[3] & 0xFFFFFFFFL));
} else if (tag.containsKey("UUIDMost")) {
uuid = new UUID(tag.getLong("UUIDMost"), tag.getLong("UUIDLeast"));
} else if (tag.containsKey("PersistentIDMSB")) {
uuid = new UUID(tag.getLong("PersistentIDMSB"), tag.getLong("PersistentIDLSB"));
}

glacial aspen
#

arr[1] & ~0L pls

stiff pulsar
#

contains and get calls smolTHEMAN

neat wave
#
manager.command(manager.commandBuilder("hyperverse")
        .meta("description", "Hyperverse help")
        .literal("help", Description.of("Hyperverse help"))
        .argument(StringArgument.optional("query", StringArgument.StringMode.GREEDY), Description.of("Search query"))
        .handler(context -> {
            final String query = context.getOrDefault("query", "");
            minecraftHelp.queryCommands(query, context.getSender());
        }).build()
);

@severe lava looks great

lunar sleet
#

@rocky crane

rocky crane
severe lava
#

FastAsyncTasks

#

FAT Library

#

Task with name 'shadowJar' not found in project ':PlotSquared-Bukkit'.

#

applyTasksConfiguration()

wet lichen
#

😉

#

thats the one line change bukkitCommand -> aliasCommand btw

severe lava
#

I decided not to change that

#

because it'll break help menus

#

👀

wet lichen
#

doesnt that mean aliases aren't registered at all when brig is on

grand girder
#

uwu

#

uwu

severe lava
#

no

grand girder
#

yes

#

uwu

severe lava
#

that means that aliases use the same command instance

grand girder
#

quack

#

what

#

you're a weirdo

#

weirdoooooooooooooooos

wet lichen
#

oh ok im dum

severe lava
#

y u not in voice

#

then I can tell you that you're dumb to your ears

grand girder
#

wow rude

wet lichen
#

idk bro ill join in a min

grand girder
#

okay later

proven sphinx
#

Intelectualsites: we will increase your IQ!

#

lmao

valid python
#

I think you meant decrease

severe lava
#

Me: Do you have an STD?
NMF: No, I am not a whore.

honest crow
severe lava
#
public boolean hasPermission(@Nonnull C sender, @Nonnull CommandPermission permission) {
    if (permission instanceof Permission) {
        return hasPermission(sender, permission.toString());
    }
    for (final CommandPermission innerPermission : permission.getPermissions()) {
        final boolean hasPermission = this.hasPermission(sender, innerPermission);
        if (permission instanceof OrPermission) {
            if (hasPermission) {
                return true;
            }
        } else if (permission instanceof AndPermission) {
            if (!hasPermission) {
                return false;
            }
        }
    }
    return !(permission instanceof OrPermission);
}
#
final CommandPermission existingPermission = (CommandPermission) commandArgumentNode.nodeMeta.get("permission");
if (existingPermission != null) {
    commandArgumentNode.nodeMeta.put("permission",
                                     OrPermission.of(Arrays.asList(commandPermission, existingPermission)));
} else {
    commandArgumentNode.nodeMeta.put("permission", commandPermission);
}
severe lava
#
@BeforeAll
static void setup() {
    manager.command(manager.commandBuilder("test").literal("foo").withPermission("test.permission.one").build());
    manager.command(manager.commandBuilder("test").literal("bar").withPermission("test.permission.two").build());
}

@Test
void testCompoundPermission() {
    manager.suggest(new TestCommandSender(), "test ").forEach(node -> {
        System.out.printf("- %s\n", node);
    });
}
#
Testing: test.permission.one
Testing: test.permission.two
Testing: test.permission.one
#

TESTING PERMISSION: (test.permission.one)|((test.permission.two)|(test.permission.one))

#
TESTING PERMISSION: (test.permission.one)|((test.permission.two)|(test.permission.one))
TESTING PERMISSION: test.permission.one
TESTING PERMISSION: (test.permission.two)|(test.permission.one)
TESTING PERMISSION: test.permission.two
TESTING PERMISSION: test.permission.one
#
- test.permission.one
- (test.permission.two)|(test.permission.one)
#

(test.permission.three)|((test.permission.two)|((test.permission.one)|((test.permission.two)|(test.permission.one))))

#

(test.permission.three)|((test.permission.four)|((test.permission.two)|((test.permission.one)|((test.permission.three)|((test.permission.two)|((test.permission.one)|((test.permission.two)|(test.permission.one))))))))

#
        manager.command(manager.commandBuilder("test").literal("foo").withPermission("test.permission.one").build());
        manager.command(manager.commandBuilder("test").literal("bar").withPermission("test.permission.two").build());
        manager.command(manager.commandBuilder("test").literal("fizz").withPermission("test.permission.three").build());
        manager.command(manager.commandBuilder("test").literal("buzz").withPermission("test.permission.four").build());
#

(test.permission.two)|(test.permission.three)|(test.permission.four)|(test.permission.one)

zinc summit
#

Hi @severe lava

severe lava
zinc summit
#

Good answer

severe lava
#

I wanna study cat communication in uni

wheat prairie
#

why is your nickname notice me leaf uwu

severe lava
#

uwu u noticed

#

@wheat prairie 😍

wheat prairie
severe lava
proven sphinx
#

since when you started to be a mathematician?

valid python
zinc summit
#

why is resolution so low

valid python
glacial aspen
valid python
#

A lot of electric devices works
well with both direct and alternating current such as motors
or lamps.

digital kite
#

motors don't work with DC unless they're designed to work with DC

valid python
#

yeah

#

idk what that guy is smoking

glacial aspen
finite blaze
#

shoot gots class cya luv u prox

glacial aspen
#

uwu

severe lava
#

@lofty marsh we need ur help bcuz there is a weird british person we can't understand D:

#

though he might also be african we are not sure

valid python
#

he say briish

#

not british

#

and bludy bastard

lofty marsh
#

I'm cooken

neat wave
#

ya twat

#

oop

#

bad timing

fair prawn
#

I'll save the day

#

actually nvm I can't understand cat

digital kite
#

could be worse

#

I could be scouse

proven sphinx
#

motors don't work with DC unless they're designed to work with DC
@digital kite if you have a dirver for it, then it can

long stone
#

hi

#

👁️ 👄 👁️

#

i am .... yes

#

idk how i am

#

ask me again later

#

huh?

#

what does this mean?

#

yes, i do not know how i am yet

#

so i cannot really answer

#

no kenny

#

no emojis

glacial aspen
#

kneny pls

stiff pulsar
#

┗|`O′|┛

#

you don't know how you are, but do you know who you are?

severe lava
#

kenny sux

#

just saying

long stone
#

gotta just give him a name based on his real one too

#

nmassi

stiff pulsar
long stone
#

i am disappointed city

stiff pulsar
#

I am too, city

long stone
#

for two reasons

#

you changed your name

#

and

#

no lara fabian concert today

#

we totally should

#

we can make it play one direction only

#

special peoples

#

no table+

#

I was looking for an aurora emoji

#

all I found when typing was 🦕

#

🦕 kazheek citywu pwoxi

#

okay i will be back later

#

time to go shopping

#

bye city

#

notice me senpai

#

:c

#

<3

valid python
#

@Override public int repeat(@NotNull final Runnable runnable, final int interval) { return this.plugin.getServer().getScheduler().scheduleSyncRepeatingTask(this.plugin, runnable, interval, interval); }

severe lava
long stone
#

hai

#

I can get behind too lenny

#

city said "I can get behind that"

#

exactly

#

aurora got it

#

well

#

just wanted to say hi, gonna go get food now

#

thank

valid python
severe lava
#

MinecraftServer server = ((FabricPlatform) WorldEdit.getInstance().getPlatform).getServer()

digital kite
#

@digital kite if you have a dirver for it, then it can
@proven sphinx Those drivers convert DC back to AC

proven sphinx
#

not really. if you look at collector motor you will notice bunch of wires which triggers magnets to rotate motor. So driver does switching between this wires so motor will rotate fast, but the main thing is that it still is DC not AC.

digital kite
#

it's fake AC

#

if you want to drive an AC motor with DC, you basically just fake an AC signal to some varying form of degree; Proper drivers will do a good job of it, chinesium ones will generally have some horror story

proven sphinx
#

like you should make a program to control it

#

and if you dont want a lots of pins to be busy you have to put a shift register

fair prawn
#

brb running ?currenttestbuilds

severe lava
valid python
#
p.getInventory().addItem(is).entrySet().stream().forEach(i -> p.getLocation().getWorld().dropItemNaturally(p.getLocation(), (ItemStack) i));
severe lava
#
map.forEach((key, value) -> {});
for (Map.Entry<Key, Value> entry : map.entrySet()) {

}
valid python
#
            p.getLocation().getWorld().dropItemNaturally(p.getLocation(), i);
        });```
severe lava
#

_

severe lava
#

I am not actually here

#

I am getting coffee

#

chill

#

WAIT

#

@honest crow

#

wyd

honest crow
#

Staying sober

severe lava
#

why

honest crow
#

I need to get up at 6am tmrw

severe lava
#

freak

#

well same

#

bcuz laundry

honest crow
wheat prairie
#

what the FUCK is that

honest crow
#

Didn't see that yet?

#

I'm shook

#

The perfect shitshow for ya ;p

long stone
#

uwu

wheat prairie
#

that thread is a perfect example of what an r is

oak gale
#

LEAF NO

severe lava
#

n i c e

spring cove
#

see in order to make java use multiple cores you need to create a lot of threads constantly, the problem with minecraft is that it is based around a main thread, and for that you blame mojang's spaghetti.

severe lava
zinc summit
#

Flags in game???

severe lava
#

ye

zinc summit
#

Hot

severe lava
oak gale
#

Fucking github. I just wanted to evangelize vertical parameter lists.

severe lava
#
@NonNull String @NonNull [] strings
zinc summit
#

@small ocean what happened to your cat carrier

small ocean
#

😦

#

halp

zinc summit
#

let me in

#

i wanna help

small ocean
#

can't do so

zinc summit
#

ok come to me then :3

fair prawn
#

nuuuuuuuuuuu

#

rip cat carrier

#

😦

wintry merlin
#

reeee

#

no perms

glacial aspen
#

poor jake

fair prawn
#

who ripped the cat carrier

#

own up

stiff pulsar
long stone
#

hallo knenyweebtv

glacial aspen
#

knenwaldtelevision 🥺🥺

fair prawn
#

*knenweebtelevision

stiff pulsar
honest crow
#

@severe lava where are you 🥺

blazing lagoon
#

heya

#

wat

severe lava
#

I slept until now @honest crow :3

glacial aspen
#

city 🥺

honest crow
#

wtf

blazing lagoon
#

breathing-sounds

#

what time is it for you proxy you sound tired

#

morning or night

maiden moon
#

it’s so lonely in here

zinc summit
#

why is everyone muted

fossil owl
#

because thats how voice channels work

#

everyone is just muted until everyone laves

maiden moon
#

silence is good for working

zinc summit
#

there

#

ill deafen but stay unmuted

honest crow
#

lol

#

I dont't want to talk to myself x-x

blazing lagoon
#

hi

zinc summit
#

did you hear my hello

honest crow
#

yes

blazing lagoon
#

yeah

honest crow
#

this is so weird

zinc summit
#

lmao but i cant hear you

honest crow
#

yes

#

stop being def

#

smh

#

Someone called proxy and they left us

#

:(

zinc summit
#

who undeafened 😡

#

im watchinga video

maiden moon
#

Proxi did you actually unmute just so we can hear you tying

#

typing*

cedar belfry
#

Proxi stop abusing your perms on mee im sad

glacial aspen
#

@severe lava ```java
future = future.thenComposeAsync((Function<? super PipeResult<?>, ? extends CompletionStage<PipeResult<?>>>) (res -> {
if (!res.mayContinue()) {
return preModificationFuture;
}

    return (CompletionStage<PipeResult<?>>) (CompletionStage<?>) ((Module<Object, ?>) module).flow((Object) res.asOptional().orElse(null));
  }), executor);
severe lava
#
    /**
     * Gets the player with the exact given name, case insensitive.
     *
     * @deprecated Use {@link #getPlayer(UUID)} as player names are no longer
     *     guaranteed to be unique
     * @param name Exact name of the player to retrieve
     * @return a player object if one was found, null otherwise
     */
#

@cedar belfry .-.

cedar belfry
#

NO!

#

im sad

#

proxi bad

#

proxi is mean

severe lava
#

yes

glacial aspen
#

@cedar belfry city mean

blazing lagoon
#

poopoo face time

cedar belfry
#

NO! @glacial aspen ur mean!!!

#

city is nice

glacial aspen
#

wtf

blazing lagoon
#

indian city

severe lava
#
    publishing {
        publications {
            maven(MavenPublication) {
                from components.java

                artifact javadocJar
                artifact sourcesJar

                pom {
                    name = project.name
                    url = 'https://github.com/Sauilitired/cloud'
                    description = project.description

                    developers {
                        developer {
                            id = 'Sauilitired'
                            name = 'Alexander Söderberg'
                            url = 'https://alexander-soderberg.com'
                            email = 'contact@alexander-soderberg.com'
                        }
                    }

                    issueManagement {
                        system = 'GitHub Issues'
                        url = 'https://github.com/Sauilitired/cloud/issues'
                    }

                    licenses {
                        license {
                            name = 'MIT License'
                            url = 'https://opensource.org/licenses/MIT'
                        }
                    }

                    scm {
                        connection = 'scm:git@github.com:Sauilitired/cloud.git'
                        developerConnection = 'scm:git@github.com:Sauilitired/cloud.git'
                        url = 'https://github.com/Sauilitired/cloud/'
                    }
                }
            }
        }
    }
glacial aspen
#

@long stone stupid

severe lava
#

NO

#

you are not stupid

#

and you're cute

#

proxi smelli

long stone
#

@glacial aspen excuse me?

glacial aspen
#

dumb

severe lava
#

kashhhh not dumb

#

ur hat cute

blazing lagoon
#

no you should give ownership to me duh

severe lava
#
.command(mgr.commandBuilder("setentityname")
           .argument(SingleEntitySelectorArgument.of("entity"))
           .argument(StringArgument.of("name"))
           .handler(c -> {
               final Entity entity = c.get("entity");
               final String name = ChatColor.translateAlternateColorCodes('&', c.get("name"));
               entity.setCustomName(name);
               entity.setCustomNameVisible(true);
               c.getSender().sendMessage(ChatColor.GREEN + "Set name of " + entity.getName());
           })
           .build())
#

/setentityname @e[type=creeper] &6Cool

blazing lagoon
#

hi

glacial aspen
#
      final CompletableFuture<PipeResult<?>> preModificationFuture = (CompletableFuture<PipeResult<?>>) underways;
      final Function<? super PipeResult<?>, ? extends CompletionStage<PipeResult<?>>> composeFunction = res -> {
        if (!res.mayContinue()) {
          return preModificationFuture;
        }

        return (CompletionStage<PipeResult<?>>) (CompletionStage<?>)
            ((SewerPipe<Object, ?>) pipe).flow(res.asOptional().orElse(null), executor);
      };
      underways = executor == null
          ? underways.thenComposeAsync(composeFunction)
          : underways.thenComposeAsync(composeFunction, executor);
long stone
#

@glacial aspen I'm waiting for an answer still

glacial aspen
#

@long stone i SAID dumb

long stone
#

alrighty then, just what i needed to hear today

#

thanks

glacial aspen
#

youre welcome

#

xxx

blazing lagoon
#

not so super secret anymore

#

no we don't sticks

severe lava
#

@long stone Ignore proxi. She's rude D: You're everything but dumb. Smh 😠

long stone
#

<3

#

first thing i hear is "what the fuck is wrong with you city"

#

lol

honest crow
#

<3

severe lava
long stone
blazing lagoon
#

my discords sound broke because of stupid siri

#

why tf is that on macOS who tf uses a virtual assistant on a computer

#

stupid discord made me sign in again

#

why is everything so stupid

#

i'm still here btw :(

#

lol

#

@severe lava let me in

#

thank you uwu

severe lava
long stone
#

.orElse(null)

#

➜ gpg --keyserver keyserver.ubuntu.com --send-keys F21F100FCC30A76236697FF019E75FFB0B226A77

severe lava
#

7B709454A3FC5EEFE2057188C0207FF7EA146678

severe lava
#
@Description("Test cloud command using @CommandMethod")
@CommandMethod(value = "annotation|a <input> [number]", permission = "some.permission.node")
private void annotatedCommand(@Nonnull final Player player,
                              @Argument("input") @Completions("one,two,duck") @Nonnull final String input,
                              @Argument(value = "number", defaultValue = "5") @Range(min = "10", max = "100")
                                  final int number) {
    player.sendMessage(ChatColor.GOLD + "Your input was: " + ChatColor.AQUA + input 
                          + ChatColor.GREEN + " (" + number + ")");
}
#

command <variable> literal [optional]

long stone
#
@CommandSyntax("annotation|a <input> [number]")
@CommandDescription("Test cloud command using @CommandSyntax")
@CommandPermission("some.permission.node")
severe lava
#

@molten sage wat u think

#

about^^

molten sage
#

What’s new

#

On mu@puonr

long stone
#

@Admin

molten sage
#

My phone *

severe lava
#

kash wants to split them up :3

molten sage
#

Oh yeah def

#

Haven’t tried the annotations yet

severe lava
#

fuck

#

ok

molten sage
#

Separated looks better in general though imo

severe lava
#

mhm

#

I'll try to remember to do that tomorrow

wintry merlin
#

brb

stiff pulsar
long stone
#

WikiCreole

stiff pulsar
glacial aspen
#

@wild wedge why my knenwald so hot

wild wedge
#

kneny looking HOT

fair prawn
#

helo kneny and kazheek and mazheen

wild wedge
#

need a new halloween knenypat

long stone
#

yes

#

do it

fair prawn
#

mazheen makre

wild wedge
long stone
#

spookeh_kneny

fair prawn
#

spooknen

#

proximity mine

fair prawn
#

share birb pls

#

thank

#

me when trying to understand essentials code

valid python
#

biiiirb

fair prawn
#

try and understand it, not fully understand it, annihilate said code then eat blueberry

#

delete it all

#

worked for itemdb

#

no u

#

have you read the original itemdb code?

#

the new impls aren't much better

#

I don't want to know who wrote CSV parsing that gets called in the middle of a fucking command execution

#

or however it works idk been a while

#

I did the JSON one... ages ago... not necessarily very well

#

not really

#

chester does that on moss

#

but for the JSON format

long stone
#
proc itemdblookup {n c t} {
    global itemdb;
  if {[string length $t] < 2} { return "\00304ItemDB:\003 Please supply a valid search term" }
    if {[array size itemdb] < 10} {
        return "ItemDB: Not loaded, get an OP to type .itemdbparse"
    }
    set t [string tolower [join $t {:}]]
    if {[info exists itemdb($t)]} {
        if {[llength $itemdb($t)] > 12} {
            if {[info exists itemdb($t:0)]} {
                return [itemdblookup $n $c "$t:0"]
            }
            set result "${t}: [llength $itemdb($t)] aliases... [join [lrange $itemdb($t) 0 12] {,}]..."
        } else {
            set result "${t}: [join $itemdb($t) {,}]"
        }
    } else {
        set result "item $t not found."
    }
    return "ItemDB: $result"
}
#
  set data [http::data [http::geturl https://raw.githubusercontent.com/essentials/Essentials/2.x/Essentials/src/items.csv]];
    set errorc 0
    set lineno 0
    set lastid 0
    foreach line [split $data "\n"] {
        incr lineno
        set line [split $line {,}];
        if {[string match "#*" [join $line]]} { continue }
        if {[string length [join $line]] == 0} { continue }
        if {[llength $line] != 3} { putnotc $n "Syntax error: Each line needs 3 parameters: '$line' Line: $lineno " }
        if {$line != [string tolower $line]} { putnotc $n "Syntax error: Casing error: '$line' Line: $lineno " }    
        set item [lindex $line 0]
        set id [lindex $line 1]
        set mod [lindex $line 2]
        if {$lastid > $id} { putnotc $n "Syntax error: Error in item order ($lastid & $id): near to '$line' Line: $lineno " }
        set lastid $id
        if {[info exists itemdb($item)]} {
            putnotc $n "Warning: Duplicate item == $itemdb($item) & ${id}:${mod} == Lines: $itemdbline($item) & $lineno == $item"
            incr errorc
        }
        set itemdbline($item) $lineno
        set itemdb($item) ${id}:${mod}
        lappend itemdb(${id}:${mod}) $item
        lappend itemdb($id) $item
    }
fair prawn
#

that's 10000000000000 times better than itemdb in java

#

also have you seen metaitemstack

#

and abstractitemdb#serialize too

#

they're both very "fun" classes/methods

wild wedge
fair prawn
#

which I was working on a replacement for but meh

stiff pulsar
#

I look like a basketball

wild wedge
#

@long stone 🥺

fair prawn
#

michela yes

glacial aspen
#

thank u michale

long stone
wild wedge
glacial aspen
fair prawn
wild wedge
glacial aspen
wild wedge
fair prawn
long stone
#

and then there is kneny's reaction:

stiff pulsar
fair prawn
#

asmr typing sounds

#

tbf the channel is still called that

wild wedge
#

🥺

#

@tribal osprey 🥺

valid python
#

and then there is kneny's reaction:
did someone say uwu

wild wedge
#

uwura

fair prawn
#

omg it's michal

wild wedge
fair prawn
#

knuwuny

wild wedge
#

kneny

glacial aspen
#

michale 😔

fair prawn
#

ur a poopl

#

kash is still a poopl just kneny wanted to clarify

glacial aspen
#

@severe lava god kanelbulle dag peepoHappy

fair prawn
#

knenbull what

#

is that an energy drink

stiff pulsar
#

du suger sugen

fair prawn
#

kned bull

#

hnnng

stiff pulsar
#

ananas man stinker

fair prawn
#

:(

#

hnng

#

lllllllllllllllllllllllllllllllllllllllllllllllllllllllllaryyyyyyyyyyyyyyyyyyyyyyyyy

#

silence

#

also congrats on the subreddit launch

finite blaze
#

❤️

#

mmmmmmmmmmmmmmmmmmmmmmmmmmmmmdcccccccccccccccffffffffffeeeeeeeeeeeeeee

#

the ritual continues

#

what do u think of Turbo's work on the site tho

fair prawn
#

wait site

finite blaze
#

spicy site

fair prawn
#

why isn't turbo working on the EssX site:(

#

/s

finite blaze
#

because he loves me more obvs

glacial aspen
#

looks hot

finite blaze
#

also p sure he does do that sporadically, when bored

fair prawn
#

sysc is my favourite subreddit

molten sage
#

SYSCRAFT

finite blaze
#

hi broc

glacial aspen
#

@molten sage wtf

#

join

molten sage
#

join what

fair prawn
#

resources for minecr

molten sage
#

hello larry man

finite blaze
#

hello broc broccoli

fair prawn
#

join waiting room

#

and stay there

molten sage
#

i am not sure mear mortal white names like myself are allowed in such sacred rooms

finite blaze
#

^^^

glacial aspen
#

join waiting room smh

molten sage
#

no idea how to spell mear

glacial aspen
#

larry's in here

molten sage
#

doesn't look right though

glacial aspen
#

mere

finite blaze
#

hey i got in somehow sooo

fair prawn
#

meer

#

kat

finite blaze
#

miere

glacial aspen
#

kat

molten sage
fair prawn
#

kät

molten sage
#

where is my cat image

#

prefixMapper

#

oops

#

not on my clipboard

fair prawn
#

prefixMapper

finite blaze
#

Is that cat called prefixMapper

molten sage
#

we can call him that

fair prawn
#

prefixMapper is cute

finite blaze
#

very cute

glacial aspen
#

you should ask rui what he's called

finite blaze
#

much meow

fair prawn
#

how did he get that name

molten sage
#

he'll reply in unreadable asian letters

glacial aspen
#

that's fine

#

he speaks fluent english too

molten sage
#

ok email sent

#

i used most of last times draft

fair prawn
#

I pressed the nav bar hamburger

molten sage
#

what if it's not a boy

#

shit

glacial aspen
#

that's fine

molten sage
#

we pray

fair prawn
#

mobile :p

#

mmm hamburger

glacial aspen
#

@severe lava @NonNull Module<?, ?> @NonNull @MinLen(1) [] modules 👻

finite blaze
#

MD

fair prawn
#

yes

#

except headphones

finite blaze
#

[nomlwvder[mlpoqwe[olpvmwq;ledmgvp[olwrmnbvp[owqerjg[pwekfgopkwenrfgv

#

[;lpwerkfgoijenrlgkp;k ewrpiogjewprkltgkp

stiff pulsar
#

at 11am

molten sage
#

i cannot deal with all these different projects using different nullability annotations

fair prawn
#

it's 10am

molten sage
#

it's driving me insane

stiff pulsar
#

no u

fair prawn
#

get it right knneny

stiff pulsar
#

no, my time is the correct time

severe lava
#

checker-qual only good one

molten sage
severe lava
#

proxi uses that too aj tink?

fair prawn
#

brb using jetbrains javax and checker in the same project

#

"let's create a standard nullability annotation to unify them all"

#

queue xkcd

finite blaze
#

one moment

molten sage
fair prawn
#

the alt text on that one has an extra layer of irony

#

kneny pls

#

how dare you

#

nooooo

finite blaze
fair prawn
#

dewit kash

digital kite
#

run .mini in general

#

just sayin'

molten sage
#

or what

fair prawn
#

kminytv

#

ree syscraft website bork

finite blaze
#

wdymm

fair prawn
#

gonna go back to admincraft

#

no mobile support

finite blaze
#

admincraft doesn't have a website

#

smfh

fair prawn
#

smf

finite blaze
#

SMF

#

shake my fist

fair prawn
#

fms

finite blaze
#

fist my shake?

fair prawn
#

or that

molten sage
#

WTF

#

WTF

#

WTF

#

@glacial aspen

#

ITS NOT HIS CAT

#

😠 😠 😠 😠

fair prawn
#

noooooo

molten sage
#

im heartbroken

fair prawn
#

prefixMapper it is then

molten sage
#

leaving the internet

finite blaze
molten sage
#

wtf is this

finite blaze
#

/r/syscraft

molten sage
#

a replacement for the shitty one ran by the core protect guy?

finite blaze
#

yyuup

molten sage
#

huge

finite blaze
#

with all your faves

#

featuring: me

#

(and md)

molten sage
#

featuring: mbaxter & mbaxter

finite blaze
#

^^^^

fair prawn
#

mbaxter approved :o

finite blaze
#

bestbaxter

fair prawn
#

what di the kids say nowadays

#

"pog"

finite blaze
molten sage
#

hold on

fair prawn
molten sage
#

is 'pog' the new 'sick'?

finite blaze
#

lool

fair prawn
#

idfk

molten sage
#

tim needs answers

finite blaze
#

broc can u pls point out flaws

#

i need some hard demeaning

fair prawn
molten sage
#

dont preload your image like that, the initial blur is bad just have it pop in or dont have it blurred, your cards aren't responsive. if it's just going to be desktop orintated you may as well use css grid though you can do some really nice stuff

tribal osprey
#

broccc

molten sage
#

add more stuff to the light & dark mode too with maybe a transition

feral crane
#

what do you have against blur for preload?

fair prawn
#

turbo pls make new EssX site thx

molten sage
#

doesn't look good in this instance

#

or add padding so the blur doesn't get cut off

digital kite
#

too up front for blur

molten sage
#

hard to get a good screenshot

finite blaze
#

i know what u mean

feral crane
#

oh I didnt see, yee its kinda bad

finite blaze
#

the animation is sicc tho

fair prawn
#

gtg for a few

feral crane
#

ye, just gotta wait for the img to be loaded before starting the anim

molten sage
finite blaze
#

tf is that font

feral crane
#

fallback

molten sage
#

my linux install doesn't have many fonts install

#

so yeah, my fallbacks suck lol

feral crane
#

its a web font tho