Skip to content
Snippets Groups Projects
Commit 704c3cf6 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

Ajout du gitignore et suppression du dossier target.

parent 9856cc3e
No related branches found
No related tags found
1 merge request!4V3
Pipeline #28 canceled
Showing
with 45 additions and 86 deletions
# mac files
.DS_Store
target/SLCraftPlugin-1.6.0.jar # ignore vscode stuff
.settings
.settings/
.project
# ignore other java files
bin/
.classpath
target/
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar *.jar
target/SLCraftPlugin-1.6.0.jar *.war
target/original-SLCraftPlugin-1.6.0.jar *.nar
target/maven-archiver/pom.properties *.ear
target/classes/com/slprojects/slcraftplugin/Main.class *.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
\ No newline at end of file
...@@ -147,7 +147,7 @@ public final class Main extends JavaPlugin implements Listener { ...@@ -147,7 +147,7 @@ public final class Main extends JavaPlugin implements Listener {
//On colorise sa mention //On colorise sa mention
FinalMessage = Pattern.compile("@(" + p.getName() + ")($|[ ,;:!])").matcher(FinalMessage).replaceAll("§r§l§d@$1§r$2"); FinalMessage = Pattern.compile("@(" + p.getName() + ")($|[ ,;:!])").matcher(FinalMessage).replaceAll("§r§l§d@$1§r$2");
//on lui joue un son + un texte dans la barre d'action //on lui joue un son + un texte dans la barre d'action
p.sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText("§b " + e.getPlayer().getName() + " §amentioned you !")); p.sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText("§b " + e.getPlayer().getName() + " §aVous a mention !"));
p.playSound(p.getLocation(), Sound.ENTITY_EXPERIENCE_ORB_PICKUP, 100, 2); p.playSound(p.getLocation(), Sound.ENTITY_EXPERIENCE_ORB_PICKUP, 100, 2);
//on colorie les autres mentions //on colorie les autres mentions
FinalMessage = Pattern.compile(" @(.*?)($|[ ,;:!])").matcher(FinalMessage).replaceAll("§r§b @$1§r$2"); FinalMessage = Pattern.compile(" @(.*?)($|[ ,;:!])").matcher(FinalMessage).replaceAll("§r§b @$1§r$2");
......
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
# /wild
excluded-biomes:
- cold_ocean
- deep_cold_ocean
- deep_frozen_ocean
- deep_lukewarm_ocean
- deep_ocean
- deep_warm_ocean
- frozen_ocean
- frozen_river
- lukewarm_ocean
- ocean
- river
- warm_ocean
world: survie
max-range: 20000 #14500 -> 1.17, 10000 -> 1.16
# Configuration de la base de donnée
database:
host: localhost # host of your database
port: 3306 # default port for MariaDB and MySQL
database: db # name of your database. A database server can contain multiple databases
user: username
password: password
player-join-playSound: true
player-join-message: "&a%player_name% &fa rejoint le serveur :D"
player-quit-message: "&a%player_name% &fvient de quitter le serveur :'("
# Serveur messagerie
internal-webserver-port: 25575
msg-verbose: false
# API Bot Discord
discordBot-api-url: "http://node.sl-projects.com:27001/"
\ No newline at end of file
name: SLCraftPlugin
version: '1.6.0'
main: com.slprojects.slcraftplugin.Main
depend: [PlaceholderAPI]
api-version: 1.18
authors: [ SofianeLasri ]
description: Plugin principal de SL-Craft
website: https://sl-projects.com
commands:
wild:
description: Te permet de te téléporter à une coordonnée aléatoire
aliases: [wild, tpr, tprandom]
usage: /wild
permission: slcraft.wild
getlinkcode:
description: Te permet d'obtenir un code pour associer ton compte Minecraft au site internet du serveur.'
aliases: [ getlinkcode ]
usage: /getlinkcode
permission: slcraft.getlinkcode
\ No newline at end of file
#Generated by Maven
#Thu Jul 14 18:22:17 CEST 2022
groupId=com.slprojects
artifactId=SLCraftPlugin
version=1.6.0
com\slprojects\slcraftplugin\tachesParalleles\savePlayerData.class
com\slprojects\slcraftplugin\commandes\wildCommand.class
com\slprojects\slcraftplugin\Main.class
com\slprojects\slcraftplugin\tachesParalleles\internalWebServer.class
com\slprojects\slcraftplugin\commandes\linkCodeCommand.class
E:\Programmes\sl-craft\sl-craft-plugin\src\main\java\com\slprojects\slcraftplugin\commandes\wildCommand.java
E:\Programmes\sl-craft\sl-craft-plugin\src\main\java\com\slprojects\slcraftplugin\tachesParalleles\savePlayerData.java
E:\Programmes\sl-craft\sl-craft-plugin\src\main\java\com\slprojects\slcraftplugin\Main.java
E:\Programmes\sl-craft\sl-craft-plugin\src\main\java\com\slprojects\slcraftplugin\tachesParalleles\internalWebServer.java
E:\Programmes\sl-craft\sl-craft-plugin\src\main\java\com\slprojects\slcraftplugin\commandes\linkCodeCommand.java
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment