mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 23:37:40 +00:00
25w16a singleplayer added
This commit is contained in:
BIN
stable-download/java/bukkit_command/BitchFilterPlugin.jar
Normal file
BIN
stable-download/java/bukkit_command/BitchFilterPlugin.jar
Normal file
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
|
||||
DO NOT IGNORE THIS MESSAGE, USE YOUR BRAIN AND READ!
|
||||
|
||||
Bukkit is a piece of shit, if you "/op LAX1DUDE", a player joining as 'laX1DUDE' or 'LaX1dUdE' or 'lax1dude' will all have /op too
|
||||
|
||||
Either don't use /op and install an actual permissions plugin, or move "BitchFilerPlugin.jar" into this server's "/plugins" folder and use only lowercase letters in your /op profile names!
|
||||
|
||||
Again, if you install the bitchfilter plugin, you need to /op yourself with ALL LOWERCASE LETTERS like "/op lax1dude", and then when you want to join as an op you don't type 'LAX1DUDE' you have to join as 'lax1dude' or you will be kicked by the plugin for security
|
||||
|
||||
PLEASE PLEASE PLEASE DO NOT IGNORE THIS MESSAGE!!!
|
||||
|
||||
IF YOU IGNORE THIS AND USE /op WITH MIXED CASE THEN YOU WILL BE HACKED!!!
|
||||
|
||||
DO NOT MAKE THIS MISTAKE OR YOU CAN LOSE YOUR WHOLE SERVER IN MINUTES!!!
|
||||
3
stable-download/java/bukkit_command/banned-ips.txt
Normal file
3
stable-download/java/bukkit_command/banned-ips.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# Updated 4/16/25, 3:06 PM by Minecraft 1.6.4
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
||||
3
stable-download/java/bukkit_command/banned-players.txt
Normal file
3
stable-download/java/bukkit_command/banned-players.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# Updated 4/16/25, 3:06 PM by Minecraft 1.6.4
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
||||
45
stable-download/java/bukkit_command/bukkit.yml
Normal file
45
stable-download/java/bukkit_command/bukkit.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
# This is the main configuration file for Bukkit.
|
||||
# As you can see, there's actually not that much to configure without any plugins.
|
||||
# For a reference for any variable inside this file, check out the bukkit wiki at
|
||||
# http://wiki.bukkit.org/Bukkit.yml
|
||||
settings:
|
||||
allow-end: true
|
||||
warn-on-overload: true
|
||||
permissions-file: permissions.yml
|
||||
update-folder: update
|
||||
ping-packet-limit: 100
|
||||
use-exact-login-location: false
|
||||
plugin-profiling: false
|
||||
connection-throttle: 4000
|
||||
query-plugins: true
|
||||
deprecated-verbose: default
|
||||
shutdown-message: Server closed
|
||||
spawn-limits:
|
||||
monsters: 70
|
||||
animals: 15
|
||||
water-animals: 5
|
||||
ambient: 15
|
||||
chunk-gc:
|
||||
period-in-ticks: 600
|
||||
load-threshold: 0
|
||||
ticks-per:
|
||||
animal-spawns: 400
|
||||
monster-spawns: 1
|
||||
autosave: 0
|
||||
auto-updater:
|
||||
enabled: true
|
||||
on-broken:
|
||||
- warn-console
|
||||
- warn-ops
|
||||
on-update:
|
||||
- warn-console
|
||||
- warn-ops
|
||||
preferred-channel: rb
|
||||
host: dl.bukkit.org
|
||||
suggest-channels: true
|
||||
database:
|
||||
username: bukkit
|
||||
isolation: SERIALIZABLE
|
||||
driver: org.sqlite.JDBC
|
||||
password: walrus
|
||||
url: jdbc:sqlite:{DIR}{NAME}.db
|
||||
BIN
stable-download/java/bukkit_command/craftbukkit-1.6.4-R2.0.jar
Normal file
BIN
stable-download/java/bukkit_command/craftbukkit-1.6.4-R2.0.jar
Normal file
Binary file not shown.
56
stable-download/java/bukkit_command/help.yml
Normal file
56
stable-download/java/bukkit_command/help.yml
Normal file
@@ -0,0 +1,56 @@
|
||||
# This is the help configuration file for Bukkit.
|
||||
#
|
||||
# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
|
||||
# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
|
||||
# your server or override the help pages of existing plugin commands.
|
||||
#
|
||||
# This file is divided up into the following parts:
|
||||
# -- general-topics: lists admin defined help topics
|
||||
# -- index-topics: lists admin defined index topics
|
||||
# -- amend-topics: lists topic amendments to apply to existing help topics
|
||||
# -- ignore-plugins: lists any plugins that should be excluded from help
|
||||
#
|
||||
# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value
|
||||
# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.
|
||||
# ================================================================
|
||||
#
|
||||
# Set this to true to list the individual command help topics in the master help.
|
||||
# command-topics-in-master-index: true
|
||||
#
|
||||
# Each general topic will show up as a separate topic in the help index along with all the plugin command topics.
|
||||
# general-topics:
|
||||
# Rules:
|
||||
# shortText: Rules of the server
|
||||
# fullText: |
|
||||
# &61. Be kind to your fellow players.
|
||||
# &B2. No griefing.
|
||||
# &D3. No swearing.
|
||||
# permission: topics.rules
|
||||
#
|
||||
# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.
|
||||
# To override the default help index (displayed when the user executes /help), name the index topic "Default".
|
||||
# index-topics:
|
||||
# Ban Commands:
|
||||
# shortText: Player banning commands
|
||||
# preamble: Moderator - do not abuse these commands
|
||||
# permission: op
|
||||
# commands:
|
||||
# - /ban
|
||||
# - /ban-ip
|
||||
# - /banlist
|
||||
#
|
||||
# Topic amendments are used to change the content of automatically generated plugin command topics.
|
||||
# amended-topics:
|
||||
# /stop:
|
||||
# shortText: Stops the server cold....in its tracks!
|
||||
# fullText: <text> - This kills the server.
|
||||
# permission: you.dont.have
|
||||
#
|
||||
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
|
||||
# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
|
||||
# to completely disable automatic help topic generation.
|
||||
# ignore-plugins:
|
||||
# - PluginNameOne
|
||||
# - PluginNameTwo
|
||||
# - PluginNameThree
|
||||
|
||||
0
stable-download/java/bukkit_command/ops.txt
Normal file
0
stable-download/java/bukkit_command/ops.txt
Normal file
0
stable-download/java/bukkit_command/permissions.yml
Normal file
0
stable-download/java/bukkit_command/permissions.yml
Normal file
14
stable-download/java/bukkit_command/readme.txt
Normal file
14
stable-download/java/bukkit_command/readme.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
DO NOT IGNORE THIS MESSAGE, USE YOUR BRAIN AND READ!
|
||||
|
||||
Bukkit is a piece of shit, if you "/op LAX1DUDE", a player joining as 'laX1DUDE' or 'LaX1dUdE' or 'lax1dude' will all have /op too
|
||||
|
||||
Either don't use /op and install an actual permissions plugin, or move "BitchFilerPlugin.jar" into this server's "/plugins" folder and use only lowercase letters in your /op profile names!
|
||||
|
||||
Again, if you install the bitchfilter plugin, you need to /op yourself with ALL LOWERCASE LETTERS like "/op lax1dude", and then when you want to join as an op you don't type 'LAX1DUDE' you have to join as 'lax1dude' or you will be kicked by the plugin for security
|
||||
|
||||
PLEASE PLEASE PLEASE DO NOT IGNORE THIS MESSAGE!!!
|
||||
|
||||
IF YOU IGNORE THIS AND USE /op WITH MIXED CASE THEN YOU WILL BE HACKED!!!
|
||||
|
||||
DO NOT MAKE THIS MISTAKE OR YOU CAN LOSE YOUR WHOLE SERVER IN MINUTES!!!
|
||||
3
stable-download/java/bukkit_command/run.bat
Normal file
3
stable-download/java/bukkit_command/run.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
java -Xmx512M -Xms512M -jar craftbukkit-1.6.4-R2.0.jar
|
||||
pause
|
||||
2
stable-download/java/bukkit_command/run_unix.sh
Normal file
2
stable-download/java/bukkit_command/run_unix.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
java -Xmx512M -Xms512M -jar craftbukkit-1.6.4-R2.0.jar
|
||||
3306
stable-download/java/bukkit_command/server.log
Normal file
3306
stable-download/java/bukkit_command/server.log
Normal file
File diff suppressed because it is too large
Load Diff
31
stable-download/java/bukkit_command/server.properties
Normal file
31
stable-download/java/bukkit_command/server.properties
Normal file
@@ -0,0 +1,31 @@
|
||||
#Minecraft server properties
|
||||
#Wed Apr 16 15:06:52 EDT 2025
|
||||
view-distance=10
|
||||
max-build-height=256
|
||||
server-ip=127.0.0.1
|
||||
level-seed=
|
||||
server-port=25569
|
||||
allow-nether=true
|
||||
gamemode=0
|
||||
enable-rcon=false
|
||||
enable-query=false
|
||||
generator-settings=
|
||||
level-name=world
|
||||
player-idle-timeout=0
|
||||
motd=A Minecraft Server
|
||||
force-gamemode=false
|
||||
hardcore=false
|
||||
white-list=false
|
||||
texture-pack=
|
||||
pvp=true
|
||||
spawn-npcs=true
|
||||
spawn-animals=true
|
||||
generate-structures=true
|
||||
snooper-enabled=true
|
||||
difficulty=1
|
||||
level-type=DEFAULT
|
||||
spawn-monsters=true
|
||||
max-players=20
|
||||
spawn-protection=16
|
||||
online-mode=false
|
||||
allow-flight=false
|
||||
0
stable-download/java/bukkit_command/white-list.txt
Normal file
0
stable-download/java/bukkit_command/white-list.txt
Normal file
Reference in New Issue
Block a user