Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending changes exported from your codespace #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion bukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ settings:
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: 4000
connection-throttle: -1
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
Expand Down
426 changes: 426 additions & 0 deletions hs_err_pid22529.log

Large diffs are not rendered by default.

425 changes: 425 additions & 0 deletions hs_err_pid22770.log

Large diffs are not rendered by default.

Binary file added logs/2024-08-15-1.log.gz
Binary file not shown.
Binary file added logs/2024-08-15-2.log.gz
Binary file not shown.
Binary file added logs/2024-08-15-3.log.gz
Binary file not shown.
Binary file added logs/2024-08-15-4.log.gz
Binary file not shown.
Binary file added logs/2024-08-15-5.log.gz
Binary file not shown.
Binary file added logs/2024-08-15-6.log.gz
Binary file not shown.
1,710 changes: 1,518 additions & 192 deletions logs/latest.log

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion ops.json
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
[{}]
[
{
"uuid": "98a6e5d7-7af6-39e2-8bd1-37cb686ebed4",
"name": "ArtinLand",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "f194d5c3-f25b-3a11-8f10-04494bf0187f",
"name": "Panda_SS",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "fe61f740-c3c8-3925-ae59-289fd34b95de",
"name": "u",
"level": 4,
"bypassesPlayerLimit": false
}
]
Binary file added plugins/FakePlayer.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions plugins/FakePlayer/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugin-prefix: '&6[&eFakePlayer&6]'
plugin-language: en
check-for-update: true
tab-name: '&e[Player] &a%player_name%'
chat-format: '&e[Player] &a%player_name%: &7%message%'
5 changes: 5 additions & 0 deletions plugins/FakePlayer/fakes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"fakes": {

}
}
24 changes: 24 additions & 0 deletions plugins/FakePlayer/languages/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
help-messages: |-
&a====== %prefix% &a======
&7/fakeplayer &r> &eShows help message.
&7/fakeplayer help &r> &eShows help message.
&7/fakeplayer reload &r> &eReloads the plugin.
&7/fakeplayer version &r> &eChecks for update.
&7/fakeplayer menu &r> &eShows the main menu.
&7/fakeplayer add <name> &r> &eAdds a fake player name.
&7/fakeplayer remove <name> &r> &eRemoves the fake player.
&7/fakeplayer toggle <name> &r> &eToggles the visibility of the fake player.
&7/fakeplayer tp <name> &r> &eTeleports you to the fake player location.
&7/fakeplayer chat <name> <message> &r> &eSends a fake message for the fake player.
errors:
there-is-already: '%prefix% &cThere is already fake player such that name (%player_name%).'
not-found: '%prefix% &cThere is no fake player such that name (%player_name%).'
general:
join-message: '%prefix% &a%player_name% just joined the server!'
quit-message: '%prefix% &a%player_name% just quit the server!'
reload-complete: '%prefix% &aReload complete! &7Took (%ms%ms)'
new-version-found: '%prefix% &eNew version found (v%version%)'
latest-version: '%prefix% &aYou''re using the latest version (v%version%)'
fake-player-added: '%prefix% &aFake player added (%player_name%)'
toggle-fake-player: '%prefix% &aFake player toggled (%player_name%)'
fake-player-removed: '%prefix% &aFake player removed (%player_name%)'
Empty file added plugins/FakePlayer/menu.yml
Empty file.
28 changes: 28 additions & 0 deletions plugins/FakePlayers/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
FakePlayers:
OnlinePlayers: 10
BalancePlayerCount: false
defaultWorld: world
ProtocolLib: false
Gamemode: CREATIVE
AdvancedFakedPlayers (Wiki Recommended):
Enabled: false
ReUseUUIDs: false
Skins: true
Names:
- Notch
- Intel_7
- RafiMC
- ArchitectHyper
- GiiMiner
- Meralline
- BauPixelDev
- AqMin
- stabwounds
- DinoTopse
- CasinoBandit
- TripleTowers
- Enkler
- Verger
- Rowin
- 12skitzo
- _EnjoyMyPvP_
Binary file added plugins/GriefPrevention.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions plugins/GriefPreventionData/ClaimData/1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Lesser Boundary Corner: world;-145;-64;20
Greater Boundary Corner: world;105;59;117
Owner: f194d5c3-f25b-3a11-8f10-04494bf0187f
Builders:
- 98a6e5d7-7af6-39e2-8bd1-37cb686ebed4
Containers: []
Accessors: []
Managers: []
Parent Claim ID: -1
inheritNothing: false
1 change: 1 addition & 0 deletions plugins/GriefPreventionData/ClaimData/_nextClaimID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
98 changes: 98 additions & 0 deletions plugins/GriefPreventionData/Logs/2024_08_15.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
11:15 Panda_SS : ریلود شد
11:16 Panda_SS : الان بزن پلاگین ببین
11:17 Panda_SS : پینگ نپگا
11:17 ArtinLand : من انکبوتم
11:17 ArtinLand : عه
11:17 ArtinLand : 6 تایی چراچ
11:17 Panda_SS : XDDDDDD
11:17 ArtinLand : يی
11:17 Panda_SS : سمه نه؟
11:17 ArtinLand : xd
11:17 Panda_SS : من میرم اندر من بشم
11:17 ArtinLand : خیلی باحاله
11:18 Panda_SS : برو اندر من بشو چقد تخمیه
11:18 Panda_SS : من اسکلتون با عنکبوتم
11:18 ArtinLand : f4 بزن رو اندرمن
11:18 Panda_SS : اها
11:18 ArtinLand : حال کردی
11:19 Panda_SS : من توی انکبوتم
11:19 ArtinLand : موجانگ فکر اینجاش هم کرده
11:19 Panda_SS : الان عمو بیگ میاد
11:20 ArtinLand : هک کنم اکنتشو
11:20 ArtinLand : من میرم با مهدی بیزیکسر میام
11:21 Panda_SS : :/
11:22 Panda_SS : مهدی بیزیکسر هم ادمیه میای
11:22 mahdibizixerr: سلام دوستان مهدی بیزکسر هستم چطوریدد
11:22 mahdibizixerr: xd
11:22 mahdibizixerr: از عمو بیگ معروف تره
11:22 Panda_SS : خب برو با اکانت خودت بیا
11:22 mahdibizixerr: اوپی کن منو
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:24 Panda_SS : [16:39:22 ERROR]: Error occurred while enabling FakePlayer v2.1.0 (Is it up to date?)java.lang.ExceptionInInitializerError: nullat java.lang.J9VMInternals.ensureError(J9VMInternals.java:206) ~[?:?]at java.lang.J9VMInternals.recordInitializationFailure(J9VM
11:27 ArtinLandd : اسکنم چرا لود نی
11:27 Panda_SS : کلایم کردم
11:28 Panda_SS : ارتین
11:29 Panda_SS : با اکانت دیگت امدی خب
11:29 Panda_SS : دوتا د داره اسمت
11:29 Panda_SS : ارتین
11:29 ArtinLandd : منو اوپی کن
11:30 Panda_SS : دوتا د داره اسمت
11:30 ArtinLandd : فارهههههههههههههههههههههههههههههه
11:30 Panda_SS : چیه
11:31 Panda_SS : ارتین
11:31 ArtinLandd : ها
11:31 Panda_SS : برو با اکانت خودت بیا
11:31 ArtinLandd : نمیتونم
11:31 ArtinLandd : لاک شده
11:31 Panda_SS : برای چی
11:31 ArtinLandd : نمیدونم وایسا الان میام
11:37 Panda_SS : اها
11:37 ArtinLand : بلخره
11:37 Panda_SS : خب ان لاگین بریزم تا کسی نیومده
11:37 ArtinLand : اره
11:37 Panda_SS : بیا فقط پلاگین پیدا کنیم
11:38 ArtinLand : منو تراست میدی
11:38 Panda_SS : چرا میخوای خودتو تراست بدی
11:38 Panda_SS : اها
11:38 ArtinLand : xd
11:38 Panda_SS : کامند تراست داری میزنی دارمک میبینم توی کنسول
11:38 ArtinLand : xd
11:39 Panda_SS : صب کن پلاگین لاگین بریزم با پلاگین گذاشتن ایماجی در سرور
11:39 ArtinLand : تو هم تراست دادم اون وسط xd
11:39 ArtinLand : XD
11:39 Panda_SS : اره دیدم
11:39 Panda_SS : xd
11:40 Panda_SS : ولی گاد سرور میشه پینگ درست بشه
11:40 ArtinLand : اره
11:40 ArtinLand : بازی راست میدونی چیه
11:40 Panda_SS : تازه باید یه پلاگین پیدا کنیم تا سرور رو برای ایران بکنیم ریجن رو
11:40 ArtinLand : اره
11:41 ArtinLand : بازی راست بلدی
11:41 Panda_SS : ن
11:41 ArtinLand : نشنیدی
11:41 Panda_SS : چقد برفی شد
11:41 ArtinLand : اسمشو
11:41 Panda_SS : چرا دیدم
11:41 Panda_SS : عموم داره بازی میکنه
11:41 ArtinLand : اره
11:41 ArtinLand : عه کیه عموت
11:41 Panda_SS : عمو به کی میگن :/
11:41 ArtinLand : اسمش
11:42 Panda_SS : محسن
11:42 Panda_SS : the best server role play
11:42 Panda_SS : reload میکنم
11:42 ArtinLand : نههههههههههههههههههههههه
11:43 ArtinLand : عه
11:43 Panda_SS : خب باید پلاگین لاگین درست کنم
11:43 Panda_SS : ب
11:43 ArtinLand : اره
11:44 ArtinLand : اوکیه
11:44 Panda_SS : ها رجستر کن
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

100
0

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

100
0

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

164
1413236355

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

100
0

1 change: 1 addition & 0 deletions plugins/GriefPreventionData/_schemaVersion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3
20 changes: 20 additions & 0 deletions plugins/GriefPreventionData/bannedWords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
nigger
niggers
niger
nigga
nigers
niggas
fag
fags
faggot
faggots
feggit
feggits
faggit
faggits
cunt
cunts
whore
whores
slut
sluts
Loading