From 064460a8ff13a7034536556c90291a76734ac9a5 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sun, 3 Feb 2019 03:20:52 +0100 Subject: [PATCH] Ajout de fichiers pour le world --- install.sh | 3 + world/bitchange_config.txt | 26 +++ world/christmas_craft.conf | 2 + world/forbidden_names.txt | 253 +++++++++++++++++++++++++++++ world/forbidden_names_patterns.txt | 19 +++ world/random_messages | 2 + 6 files changed, 305 insertions(+) create mode 100644 world/bitchange_config.txt create mode 100644 world/christmas_craft.conf create mode 100644 world/forbidden_names.txt create mode 100644 world/forbidden_names_patterns.txt create mode 100644 world/random_messages diff --git a/install.sh b/install.sh index a851eb3..4fbd2c4 100755 --- a/install.sh +++ b/install.sh @@ -152,6 +152,7 @@ install_minetest() { cd minetest cmake . -DBUILD_CLIENT=0 -DBUILD_SERVER=1 -DENABLE_SOUND=0 -DENABLE_SYSTEM_GMP=1 $irrlicht_src -DENABLE_LEVELDB=1 -DENABLE_REDIS=1 -DENABLE_POSTGRESQL=1 -DRUN_IN_PLACE=1 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1 -DENABLE_LUAJIT=1 -DENABLE_CURL=1 make -j$makeopt + verif echo "Installation de Minetest terminé." cd .. } @@ -236,6 +237,8 @@ install_world() { fi ln -s $(pwd)/world.mt minetest/worlds/$world_name/world.mt + + cp -r world/* minetest/worlds/$world_name/ fi } diff --git a/world/bitchange_config.txt b/world/bitchange_config.txt new file mode 100644 index 0000000..4becede --- /dev/null +++ b/world/bitchange_config.txt @@ -0,0 +1,26 @@ +-- General configuration - BitChange +-- Do NOT change your settings in "config.default.txt" + +bitchange.initial_give = 0 +-- Enable/Disable whole nodes +bitchange.enable_exchangeshop = true +bitchange.enable_moneychanger = true +bitchange.enable_warehouse = false +bitchange.enable_toolrepair = false +bitchange.enable_donationbox = true + +-- Converting other ores to MineCoins +-- Tin moreores +-- Zinc technic_worldgen +-- Quartz quartz +bitchange.use_moreores_tin = false +bitchange.use_technic_zinc = false +bitchange.use_quartz = false + +-- Pipeworks support +bitchange.exchangeshop_pipeworks = true +bitchange.warehouse_pipeworks = true + +-- Advanced generation settings +-- Change in 'minecoins.lua', starting at line 101 +bitchange.enable_generation = false diff --git a/world/christmas_craft.conf b/world/christmas_craft.conf new file mode 100644 index 0000000..ada0ead --- /dev/null +++ b/world/christmas_craft.conf @@ -0,0 +1,2 @@ +enable_crafts = true +enable_snowing = false diff --git a/world/forbidden_names.txt b/world/forbidden_names.txt new file mode 100644 index 0000000..1590e80 --- /dev/null +++ b/world/forbidden_names.txt @@ -0,0 +1,253 @@ +XorHub +MinetestForFun +Minetest4Fun +D4rcidride +MFF-Bot +MFFC-Bot +MFFHG-Bot +MFFSB-Bot +Siphano +AyPierre +Fukano +ThomasFukano +Azenet +ZeratoR +Skyyart +Xari +MrBboy45 +Jiraya +Dark +Funeral +Daweed +MrDaweed +thoyy +crafthoyy +Tado +Foxseen +Shorty +Aurelien +AurelienSama +Aurelien_sama +Roi_Louis +Talisker +FlamingTalisker +Kid +R3lient +Epee +EpeeForte +jaidev +Souls +SoulsStealer +SoulsStealerGames +Zephirr +MinecraftZephirr +Popi +October +Aishy +AishyZz +Eddytor +Tagazok +bxakid +darkbxakid +M5 +Mcuuber5 +Bardin +Elspawn +Bytell +filsdepute +filsdeputes +filsdespute +filsdesputes +filledepute +filledeputes +filledespute +filledesputes +fillesdepute +fillesdeputes +fillesdespute +fillesdesputes +admin +admins +moderator +moderators +moderateur +moderateurs +necrophile +necrophiles +necrophilia +necrophiliac +nymph +nympho +nymphomania +nymphomaniac +nymphomaniacs +nymphos +paedophile +sex +sexy +sexual +coitus +intercourse +fornicate +fornicates +fornicating +fornication +copulated +copulates +copulating +copulation +tranny +transexual +transexuals +transvestite +transvestites +homo +homos +homosexual +homosexuality +homosexuals +bisexual +bisexuality +bisexuals +lesbian +lesbians +lesbo +lesbos +queer +queerbait +queerbate +dyke +dykes +fag +fags +faggot +faggots +faggit +faggits +blowjob +handjob +rape +raper +raped +raping +rapist +masterbait +masturbait +masterbate +masturbate +masterbates +masterbating +masterbation +masterbations +masturbate +masturbates +masturbating +masturbation +beatoff +jerkoff +jackoff +wackoff +whackoff +ejaculate +ejaculates +ejaculated +ejaculation +cum +cumming +cums +cumshot +cumstain +jiz +jizzing +orgies +orgy +orgasm +orgasms +orgasmic +wetdream +wetdreams +erect +erection +erekshun +erotic +eroticism +genital +genitalia +genitals +penis +vagina +vaginal +vaginas +breast +boob +boobs +boobie +boobies +booby +tit +tits +tity +titty +titties +testicle +testicles +scrotum +nutsack +ballsack +clit +clitoris +whore +slut +horny +cock +cocksucker +cockfucker +dickfucker +dicksucker +pussy +pussyfucker +pussylicker +cunt +motherfuck +motherfucka +motherfuckas +motherfucked +motherfucker +motherfuckers +fuck +fucked +fucker +fuckin +fucking +fucks +fuckoff +fuckyou +fuckhead +fuckhole +dumbfuck +dumbshit +dumbass +goddam +goddammit +goddamn +goddamned +goddamnit +shit +bullshit +horseshit +ass +asshole +assholes +assfucker +bitch +bitchass +nigger +niggers +nigga +niggas +niggaz +negro +wetback +wetbacks +zipperhead +zipperheads diff --git a/world/forbidden_names_patterns.txt b/world/forbidden_names_patterns.txt new file mode 100644 index 0000000..fabff42 --- /dev/null +++ b/world/forbidden_names_patterns.txt @@ -0,0 +1,19 @@ +return { + ["^guest[0-9]+"] = "Guest accounts are disallowed on this server." .. + " Please choose a proper name and try again.", + ["^sadie[0-9]+"] = "Guest accounts are disallowed on this server." .. + " Please choose a proper name (and client) and try again.", + ["^player[0-9]+"] = "Guest accounts are disallowed on this server." .. + " Please choose a proper name (and client) and try again.", + ["[4a]dm[1il]n"] = "Misleading name." .. + " Please choose a proper name and try again.", + ["moder[4a]tor"] = "Misleading name." .. + " Please choose a proper name and try again.", + ["[0o]wn[e3]r"] = "Misleading name." .. + " Please choose a proper name and try again.", + ["^[0-9]+$"] = "All-numeric names are disallowed on this server." .. + " Please choose a proper name and try again.", + ["[0-9].-[0-9].-[0-9].-[0-9].-[0-9].-[0-9]"] = "Too many numbers in your name (must be 5 at most)." .. + " Please choose a proper name and try again.", + ["^[_-]+$"] = "Your name cannot contain characters - and _ only. Please choose a proper name and try again.", +} diff --git a/world/random_messages b/world/random_messages new file mode 100644 index 0000000..b0198a7 --- /dev/null +++ b/world/random_messages @@ -0,0 +1,2 @@ +Blame the server admin! He/She has probably not edited the random messages yet. +Tell your dumb admin that this line is in (worldpath)/random_messages