Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Rekomendowane odpowiedzi

Opublikowano (edytowane)

Witam otóż planowałem założyć serwer dedykowany udało się lecz chciałem wgrać pluginy takie jak LWC basicCMD oraz White list wgrałem do Folderu Plugins a w folderze plugins było Data więc tam nie wgrałem , wgrałem do normalie Plugins(nie Data!)

 

wpisałem w Configuration.xml jako edytowane w notepadzie

<Plugins>

<string>BasicCmd.dll</string>

<string>LWC.dll</string>

<string>WhiteList.ddl</string>

</Plugin>

wszystko pięknie sie zapowiadało ale włączyłem terrarie , Tmodserver.exe wczytuje mi się potem jakiś błąd.

Oto linijki kodu...

 

2011-07-08 19:46:13

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

at System.Reflection.RuntimeModule.GetTypes()

at System.Reflection.Assembly.GetTypes()

at Terraria.PluginManager.LoadPlugin(String pluginName) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 52

at Terraria.PluginManager.LoadPlugins(Configuration config) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 28

at Terraria.MainMod.Run(Object main, String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 134

at CallSite.Target(Closure , CallSite , Type , Object , String[] )

at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at Terraria.MainMod.EntryPoint(String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 123

at Terraria.ProgramServer.Main(String[] args)

 

2011-07-08 19:46:49

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

at System.Reflection.RuntimeModule.GetTypes()

at System.Reflection.Assembly.GetTypes()

at Terraria.PluginManager.LoadPlugin(String pluginName) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 52

at Terraria.PluginManager.LoadPlugins(Configuration config) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 28

at Terraria.MainMod.Run(Object main, String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 134

at CallSite.Target(Closure , CallSite , Type , Object , String[] )

at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at Terraria.MainMod.EntryPoint(String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 123

at Terraria.ProgramServer.Main(String[] args)

 

2011-07-08 19:50:57

System.InvalidOperationException: There is an error in XML document (165, 3). ---> System.Xml.XmlException: The 'Plugins' start tag on line 88 position 4 does not match the end tag of 'Configuration'. Line 165, position 3.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)

at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)

at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)

at System.Xml.XmlTextReaderImpl.ParseEndElement()

at System.Xml.XmlTextReaderImpl.ParseElementContent()

at System.Xml.XmlTextReaderImpl.Read()

at System.Xml.XmlTextReader.Read()

at System.Xml.XmlTextReaderImpl.Skip()

at System.Xml.XmlTextReader.Skip()

at System.Xml.Serialization.XmlSerializationReader.UnknownNode(Object o, String qnames)

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConfiguration.Read3_Configuration(Boolean isNullable, Boolean checkType)

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConfiguration.Read4_Configuration()

--- End of inner exception stack trace ---

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)

at Terraria.MainMod.LoadConfig() in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 147

at Terraria.MainMod.Run(Object main, String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 132

at CallSite.Target(Closure , CallSite , Type , Object , String[] )

at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at Terraria.MainMod.EntryPoint(String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 123

at Terraria.ProgramServer.Main(String[] args)

 

2011-07-08 19:51:14

System.InvalidOperationException: There is an error in XML document (165, 3). ---> System.Xml.XmlException: The 'Plugins' start tag on line 88 position 4 does not match the end tag of 'Configuration'. Line 165, position 3.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)

at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)

at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)

at System.Xml.XmlTextReaderImpl.ParseEndElement()

at System.Xml.XmlTextReaderImpl.ParseElementContent()

at System.Xml.XmlTextReaderImpl.Read()

at System.Xml.XmlTextReader.Read()

at System.Xml.XmlTextReaderImpl.Skip()

at System.Xml.XmlTextReader.Skip()

at System.Xml.Serialization.XmlSerializationReader.UnknownNode(Object o, String qnames)

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConfiguration.Read3_Configuration(Boolean isNullable, Boolean checkType)

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConfiguration.Read4_Configuration()

--- End of inner exception stack trace ---

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)

at Terraria.MainMod.LoadConfig() in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 147

at Terraria.MainMod.Run(Object main, String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 132

at CallSite.Target(Closure , CallSite , Type , Object , String[] )

at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at Terraria.MainMod.EntryPoint(String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 123

at Terraria.ProgramServer.Main(String[] args)

 

2011-07-08 20:01:01

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

at System.Reflection.RuntimeModule.GetTypes()

at System.Reflection.Assembly.GetTypes()

at Terraria.PluginManager.LoadPlugin(String pluginName) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 52

at Terraria.PluginManager.LoadPlugins(Configuration config) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\PluginManager.cs:line 28

at Terraria.MainMod.Run(Object main, String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 134

at CallSite.Target(Closure , CallSite , Type , Object , String[] )

at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at Terraria.MainMod.EntryPoint(String[] args) in C:\Users\Zidonuke\Terraria\Tinamoh-Server\branches\Zidonuke\TerrariaMod\TerrariaMod\TerrariaMod\Mods\MainMod.cs:line 123

at Terraria.ProgramServer.Main(String[] args)

 

wszystko robie źle co jest ?

Jestem nowy z tmodem a jak ktoś odpowie będę bardzo wdzięczny.

Dziękuje za odpowiedź oraz Pozdrawiam.

Gabroski21

 

@Cados16

 

<?xml version="1.0"?>

<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<BindAddress>0.0.0.0</BindAddress>

<BindPort>7777</BindPort>

<PlayerSlots>100</PlayerSlots>

<WorldId>0</WorldId>

<WorldPath />

<Database>%CD%\Database.sdf</Database>

<ServerPassword />

<OpMePassword>(tajne)</OpMePassword>

<MOTD>Witamy Na Dedykowanym Serwerze!!!</MOTD>

<AutomaticallyChooseCLI>false</AutomaticallyChooseCLI>

<EnableRollbackTrimming>false</EnableRollbackTrimming>

<AutomaticallyTrimRollbacks>false</AutomaticallyTrimRollbacks>

<MaximumRollbackEntries>1000000</MaximumRollbackEntries>

<UseBuiltInAntiSpam>true</UseBuiltInAntiSpam>

<AllowExplosives>false</AllowExplosives>

<AllowDirtWand>false</AllowDirtWand>

<AllowStarCannon>true</AllowStarCannon>

<AllowSandGun>false</AllowSandGun>

<AllowConstruction>true</AllowConstruction>

<AllowDestruction>true</AllowDestruction>

<AllowDoorOpening>true</AllowDoorOpening>

<AllowLava>true</AllowLava>

<AllowWater>true</AllowWater>

<AllowSpikes>true</AllowSpikes>

<AllowSpawnNpcs>false</AllowSpawnNpcs>

<AllowChest>true</AllowChest>

<AllowSignEditing>true</AllowSignEditing>

<AllowPlayerItemDropping>true</AllowPlayerItemDropping>

<AllowAbove150Damage>false</AllowAbove150Damage>

<KickHealthHack>true</KickHealthHack>

<KickManaHack>true</KickManaHack>

<KickItemStackHack>true</KickItemStackHack>

<KickDamageHack>true</KickDamageHack>

<KickInvalidTileEdits>true</KickInvalidTileEdits>

<KickLiquidHack>true</KickLiquidHack>

<KickSendTileSquareHack>true</KickSendTileSquareHack>

<KickSpikeHack>true</KickSpikeHack>

<KickAvatarRenameHack>true</KickAvatarRenameHack>

<RequireAlphaNumericName>true</RequireAlphaNumericName>

<KickImpersonatingName>true</KickImpersonatingName>

<KickInvalidName>true</KickInvalidName>

<DisableEditActionStorage>false</DisableEditActionStorage>

<DisallowTModClient>false</DisallowTModClient>

<BlockRegistration>false</BlockRegistration>

<RequireRegistration>true</RequireRegistration>

<RequireRegistrationForDoors>false</RequireRegistrationForDoors>

<RequireRegistrationForChat>true</RequireRegistrationForChat>

<RequireNewCharacterIfNotRegistered>false</RequireNewCharacterIfNotRegistered>

<RequireNewCharacterAlways>false</RequireNewCharacterAlways>

<RequireHardcoreCharacter>false</RequireHardcoreCharacter>

<AllowRegistrationPasswordForServerPassword>true</AllowRegistrationPasswordForServerPassword>

<SpawnProtectionRadius>50</SpawnProtectionRadius>

<Peaceful>false</Peaceful>

<AdvertEnabled>true</AdvertEnabled>

<MaximumSpawns>5</MaximumSpawns>

<SpawnRate>600</SpawnRate>

<ShowKickNotifications>true</ShowKickNotifications>

<ShowBanNotifications>true</ShowBanNotifications>

<ShowRegisterNotifications>true</ShowRegisterNotifications>

<ShowLoginNotifications>true</ShowLoginNotifications>

<ShowNPCNotifications>true</ShowNPCNotifications>

<ShowOpMeNotifications>true</ShowOpMeNotifications>

<ForceChatColors>true</ForceChatColors>

<OpColor>

<R>175</R>

<G>75</G>

<B>255</B>

</OpColor>

<ModColor>

<R>25</R>

<G>175</G>

<B>0</B>

</ModColor>

<MemberColor>

<R>255</R>

<G>255</G>

<B>255</B>

</MemberColor>

<GuestColor>

<R>187</R>

<G>187</G>

<B>187</B>

</GuestColor>

<PluginDirectory>Plugins</PluginDirectory>

<PluginDataDirectory>Plugins\Data</PluginDataDirectory>

<Plugins>

<string>BasicCmd.dll</string>

<string>LWC.dll</string>

<string>WhiteLister.dll</string>

</Plugins>

<Ops>

<string>127.0.0.1</string>

<string>Gabroski21</string>

</Ops>

<Mods />

<DefaultPermissions>

<string>/playing</string>

<string>/list</string>

<string>/who</string>

<string>/p</string>

<string>/party</string>

<string>/me</string>

<string>/help</string>

<string>/motd</string>

<string>/login</string>

<string>/id</string>

<string>/identify</string>

<string>/register</string>

<string>/spawn</string>

<string>/getpos</string>

<string>/mypos</string>

<string>/opme</string>

</DefaultPermissions>

<MemberPermissions>

<string>/changepw</string>

<string>/changepassword</string>

<string>/changelogin</string>

</MemberPermissions>

<ModPermissions>

<string>/mute</string>

<string>/unmute</string>

<string>/slience</string>

<string>/ban</string>

<string>/unban</string>

<string>/pandon</string>

<string>/kick</string>

<string>/d</string>

<string>/drop</string>

<string>/i</string>

<string>/item</string>

<string>/give</string>

<string>/npc</string>

<string>/summon</string>

<string>/mob</string>

<string>/say</string>

<string>/broadcast</string>

<string>/b</string>

<string>/moderate</string>

<string>/allowbuild</string>

<string>/allowbreak</string>

<string>/allowbomb</string>

<string>/allowwater</string>

<string>/allowlava</string>

<string>/allowspike</string>

<string>/butcher</string>

<string>/butcherall</string>

<string>/kill</string>

<string>/heal</string>

<string>/hearts</string>

<string>/giveheart</string>

<string>/peace</string>

<string>/peaceful</string>

<string>/pvp</string>

<string>/allowregister</string>

<string>/day</string>

<string>/night</string>

<string>/dusk</string>

<string>/noon</string>

<string>/midnight</string>

<string>/whois</string>

<string>/ip</string>

<string>/rollback</string>

<string>/rban</string>

<string>/check</string>

</ModPermissions>

<AlternativePasswords />

</Configuration>

Edytowane przez KoXGaBrO

Mój Komputer:

Procesor: Intel Core i5-7600k, COOLER: NOCTUA NH-U12S, Płyta Główna: ASUS PRIME Z270-A, Karta Graficzna: MSI NVIDIA GEFORCE GTX 1070 GAMING X, RAM : 2X8GB CORSAIR VENGEANCE 3000MHZ DDR4, ZASILACZ: EVGA SUPERNOVA 650W G3 FULLY MODULAR, OBUDOWA: COOLERMASTER MASTERBOX LITE 5, DYSKI: SSD 120GB, HDD 2TB

 

 

Opublikowano

Z tego co wiem to plugin się nazywa WhiteLister a nie WhiteList :)

 

Coś jest źle w configu, wyślij go.

 

Po co Ci aż dedyk na terrarie? o.O

 

 

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...