Skip to content

Instantly share code, notes, and snippets.

View jdkeke142's full-sized avatar

keke142 jdkeke142

  • France
  • 04:31 (UTC +02:00)
View GitHub Profile
@jdkeke142
jdkeke142 / challenges.yml
Created January 30, 2016 22:46
Traduction de ASkyBlock en français.
##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
# entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount
#### AAC Config
#
# NOTE: Most of the values here have been tried and tested to work.
# It is not recommended that you change them unless you are
# getting false positives.
#
# It would be a good idea to make sure the false positives you're getting aren't actually hackers....
#
#
# The configurable commands will replace "{player}" with the name of the player.
@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'
@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 / 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"
# 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
-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
#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:
#!/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
#!/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