Skip to content

Instantly share code, notes, and snippets.

View jdkeke142's full-sized avatar

keke142 jdkeke142

  • France
  • 02:36 (UTC +02:00)
View GitHub Profile
package fr.keke142.hypercraftbukkitsuite.orphanedCommands;
import co.aikar.commands.BaseCommand;
import co.aikar.commands.CommandHelp;
import co.aikar.commands.MessageKeys;
import co.aikar.commands.MessageType;
import co.aikar.commands.annotation.*;
import co.aikar.commands.bukkit.contexts.OnlinePlayer;
import co.aikar.locales.MessageKey;
import fr.keke142.hypercraftbukkitsuite.MessageManager;
#!/bin/sh
### BEGIN INIT INFO
# Provides: minecraft1
# Required-Start: $remote_fs $local_fs
# Required-Stop: $remote_fs $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: minecraft1 script
# Description: For manage minecraft1
#!/bin/sh
### BEGIN INIT INFO
# Provides: minecraft1
# Required-Start: $remote_fs $local_fs
# Required-Stop: $remote_fs $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: minecraft1 script
# Description: For manage minecraft1
#!/bin/bash
# Script For Fast Update by keke142
/etc/init.d/minecraft2 command "bcast Mise à jour de la version de Spigot en cours..."
rm -rf /home/minecraft2/BuildTools/
mkdir /home/minecraft2/BuildTools/
cd /home/minecraft2/BuildTools/
wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
java -jar BuildTools.jar --rev 1.9
cp -rf /home/minecraft2/BuildTools/spigot-1.9.jar /home/minecraft2/spigot-1.92.jar
#HShop by keke142#
sellers:
world_survival/-478/63/-1203:
owner: 5cdeb358-b904-400d-8d7c-034da8861ede
buy: 10.0
sell: 9.9999999E7
by: 2
name: WhiteThePanda
iteminfos:
-rwxr-xr-x 1 root root 2981 juil. 25 2011 adduser.conf
-rwxr-xr-x 1 root root 10 déc. 17 2013 adjtime
-rwxr-xr-x 1 root root 233 juil. 25 2011 aliases
drwxr-xr-x 2 root root 12288 déc. 4 19:58 alternatives
-rwxr-xr-x 1 root root 401 mai 22 2012 anacrontab
drwxr-xr-x 3 root root 4096 juil. 25 2011 apm
drwxr-xr-x 6 root root 4096 mars 16 2015 apt
drwxr-xr-x 3 root root 4096 déc. 3 21:20 avahi
-rwxr-xr-x 1 root root 1895 déc. 30 2012 bash.bashrc
drwxr-xr-x 2 root root 4096 janv. 1 05:14 bash_completion.d
# Package generated configuration file
# See the sshd_config(5) manpage for details
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
@jdkeke142
jdkeke142 / AutoRegenScript.sh
Last active February 16, 2016 22:29
Script for AutoRegen
#!/bin/bash
# Script For AutoRegen worlds
/etc/init.d/minecraft2 command "mvunload world_hypercraft_nether"
rm -rf /home/minecraft2/world_hypercraft_nether/
cp -rf /home/minecraft2/WorldAutoRegen/world_hypercraft_nether/ /home/minecraft2/
/etc/init.d/minecraft2 command "mvload world_hypercraft_nether"
@jdkeke142
jdkeke142 / minecraft2
Created February 16, 2016 20:57
HH Script minecraft2
#!/bin/bash
### BEGIN INIT INFO
# Provides: minecraft2
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Harmony-Hosting - Minecraft Script
@jdkeke142
jdkeke142 / translations-fr.yml
Created February 15, 2016 00:25
Traduction of BlockLocker
command:
cannot_be_used_by_console: Cette commande ne peut pas être utilisé par la console!
cannot_edit_owner: '&b[BlockLocker] &cVous ne pouvez pas changer le propriétaire de la protection. Détruisez la pancarte à la place.'
line_number_out_of_bounds: '&b[BlockLocker] &cS''il vous plaît entrer un numéro de ligne inclus entre 2 et 4'
no_permission: '&b[BlockLocker] &cVous n''êtes pas autorisé à exécuter cette commande!'
no_sign_selected: '&b[BlockLocker] &cRien n''est sélectionné, clique-droit sur une pancarte valide avant.'
player_name_too_long: '&b[BlockLocker] &cLe nom du joueur dépasse les 16 caracètres, cela excéde la place disponible sur une pancarte. Il est également plus long que la limite imposée par Mojang.'
plugin_reloaded: '&b[BlockLocker] &6Rechargement des paramètres ...'
sign_no_longer_part_of_protection: '&b[BlockLocker] &cLa pancarte choisi ne fait plus partie des blocs protégés.'
updated_sign: '&b[BlockLocker] &6Mise à jour de la pancarte'