Kit:
<game-mode>creative</game-mode>
Sets the player to creative mode.
Filter:
import React, { useCallback, useEffect, useState } from "react"; | |
import { Catalog } from "@lingui/core"; | |
import { I18nProvider } from "@lingui/react"; | |
export type I18nLoaderProps = { | |
locales: string[]; | |
}; | |
/** | |
* This component attempts to load the first available compiled message catalog for the array of passed in locales. If |
<?xml version="1.0"?> | |
<map proto="1.3.2"> | |
<name>Bastion</name> | |
<version>1.0</version> | |
<objective>Capture the wool from the enemy's side and return it safely to your victory monument!</objective> | |
<authors> | |
<author>EnarRikardz</author> | |
<author>DiamondAx</author> | |
</authors> |
javascript:(function() { | |
var bookmarklet = { | |
init: function() { | |
this.parse(); | |
}, | |
parse: function() { | |
page = ""; | |
$(".InfiniteScroll:visible") | |
.children(".scrollable_content") | |
.find(".Track") |
/** Potion effects mapped to their negative (inverse) implications. */ | |
public static final Map<PotionEffectType, PotionClassification> inversePotionEffectTypeImplications; | |
static { | |
HashMap<PotionEffectType, PotionClassification> temporaryMap = new HashMap<>(); | |
// SLOW | |
temporaryMap.put(PotionEffectType.SPEED, PotionClassification.HARMFUL); | |
// SPEED | |
temporaryMap.put(PotionEffectType.SLOW, PotionClassification.BENEFICIAL); | |
// SLOW_DIGGING |
<?xml version="1.0"?> | |
<map proto="1.3.0"> | |
<name>Deus ex Machinations: Keys</name> | |
<version>1.11</version> | |
<objective>Collect 10 Keystones from throughout the map and place them in the enemy's Command Center. Once 10 Keystones are placed, go through the doors and destroy the Lift Core to win the game!</objective> | |
<authors> | |
<author>bleangamer</author> | |
</authors> | |
<contributors> | |
<contributor contribution="XML">nixter1029</contributor> |
<?xml version="1.0"?> | |
<map proto="1.3.0"> | |
<name>Lys</name> | |
<version>1.0</version> | |
<objective>Destroy both of the enemy monuments whilst defending your own!</objective> | |
<authors> | |
<author contribution="Map design">Tywnis</author> | |
</authors> | |
<contributors> | |
<contributor contribution="Metadata (XML)">iamramsey</contributor> |
package me.Barnyard_Owl.OvercastMimic; | |
import java.util.Iterator; | |
import java.util.logging.Logger; | |
import me.Barnyard_Owl.OvercastMimic.OvercastMimic; | |
import me.Barnyard_Owl.OvercastMimic.c; | |
import me.Barnyard_Owl.OvercastMimic.d; | |
import me.Barnyard_Owl.OvercastMimic.g; | |
import org.bukkit.Bukkit; | |
import org.bukkit.ChatColor; |
<?xml version="1.0"?> | |
<map proto="1.3.0"> | |
<name>Yggdrasil</name> | |
<version>1.0</version> | |
<objective>Amass the most amount of points before time runs out!</objective> | |
<authors> | |
<author contribution="Map design">Tywnis</author> | |
</authors> | |
<contributors> | |
<contributor contribution="Metadata (XML)">iamramsey</contributor> |
<?xml version="1.0"?> | |
<map proto="1.3.0"> | |
<name>Sands of Life</name> | |
<version>1.0.1</version> | |
<objective>Amass the most amount of points before time runs out!</objective> | |
<authors> | |
<author contribution="Map design">Tywnis</author> | |
<author contribution="Map design">i2</author> | |
</authors> | |
<contributors> |