This commit is contained in:
16
DiscordBot/Data/Languages/Romanian.lng
Normal file
16
DiscordBot/Data/Languages/Romanian.lng
Normal file
@@ -0,0 +1,16 @@
|
||||
########################
|
||||
# #
|
||||
# Language Config File #
|
||||
# Romanian #
|
||||
# #
|
||||
########################
|
||||
|
||||
#Language name
|
||||
LANGUAGE_NAME=Romanian
|
||||
|
||||
#Language on plugins
|
||||
PLUGIN_LOADING_START=Incarcare extensii...
|
||||
COMMAND_LOAD_SUCCESS=[COMANDA] Comanda {0} a fost incarcata cu succes
|
||||
COMMAND_LOAD_FAIL=[COMANDA] Comanda {0} nu a fost incarcata pentru ca {1}
|
||||
EVENT_LOAD_SUCCESS=[EVENIMENT] Evenimentul {0} a fost initializat cu succes
|
||||
EVENT_LOAD_FAIL=[EVENIMENT] Evenimentul {0} nu a fost initializat pentru ca {1}
|
||||
BIN
DiscordBot/Data/Plugins/Commands/CMD_LevelingSystem.dll
Normal file
BIN
DiscordBot/Data/Plugins/Commands/CMD_LevelingSystem.dll
Normal file
Binary file not shown.
BIN
DiscordBot/Data/Plugins/Commands/CMD_Utils.dll
Normal file
BIN
DiscordBot/Data/Plugins/Commands/CMD_Utils.dll
Normal file
Binary file not shown.
BIN
DiscordBot/Data/Plugins/Events/EVE_LevelingSystem.dll
Normal file
BIN
DiscordBot/Data/Plugins/Events/EVE_LevelingSystem.dll
Normal file
Binary file not shown.
BIN
DiscordBot/Data/Plugins/Events/Leveling System.dll
Normal file
BIN
DiscordBot/Data/Plugins/Events/Leveling System.dll
Normal file
Binary file not shown.
BIN
DiscordBot/Data/Plugins/Events/StartupEvents.dll
Normal file
BIN
DiscordBot/Data/Plugins/Events/StartupEvents.dll
Normal file
Binary file not shown.
2
DiscordBot/Data/Resources/DiscordBotCore.data
Normal file
2
DiscordBot/Data/Resources/DiscordBotCore.data
Normal file
@@ -0,0 +1,2 @@
|
||||
BOT_TOKEN NzEzNzczNTM1MTIxNzY4NTU5.Xsk_aA.5ZDlK_bBm_7kqTALuuzhMyjDbXI
|
||||
BOT_PREFIX ;
|
||||
1
DiscordBot/Data/Resources/Language.txt
Normal file
1
DiscordBot/Data/Resources/Language.txt
Normal file
@@ -0,0 +1 @@
|
||||
Language=English
|
||||
@@ -0,0 +1 @@
|
||||
Level=1,EXP=6,REXP=75
|
||||
@@ -0,0 +1 @@
|
||||
Level=2,EXP=10,REXP=78
|
||||
7
DiscordBot/Data/Resources/StartupEvents/LoginEvent.txt
Normal file
7
DiscordBot/Data/Resources/StartupEvents/LoginEvent.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Enabled=False
|
||||
|
||||
Dynamic Title=False
|
||||
#For dynamic title add titles like this:
|
||||
#Title=Hello,World,Test,Test2
|
||||
Title=Hello World
|
||||
Dynamic Title Change Rate=3501
|
||||
13
DiscordBot/Data/Resources/StartupEvents/UserJoinEvent.txt
Normal file
13
DiscordBot/Data/Resources/StartupEvents/UserJoinEvent.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Enabled=True
|
||||
Embed=True
|
||||
#Available placeholders:
|
||||
#{user.Name} => Username of the user
|
||||
#{time.date} => Current Date
|
||||
#{time.time} => Current time (hh:mm::ss)
|
||||
MessageTitle = Welcome {user.Name}
|
||||
MessageDescription=Embed description
|
||||
MessageField1Title=Custom Title
|
||||
MessageFiled1Text=Custom Filed 1 text
|
||||
MessageField2Title=Custom Title
|
||||
MessageFiled2Text=Custom Filed 2 text
|
||||
MessageFooter=Today: {time.date} at {time.time}
|
||||
Reference in New Issue
Block a user